Html Css Color HEX #DC2790 Deep Cerise

📋 copy color: '#DC2790'

red 220 ◦ green 39 ◦ blue 144

#DC2790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DC2790

Tints of Deep Cerise #DC2790

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 54.59%
G = 9.68%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC2790 (or 0xDC2790) is known color: Deep Cerise. HEX triplet: DC, 27 and 90. RGB value is (220,39,144). Sum of RGB (Red+Green+Blue) = 220+39+144=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2790 is #23D86F. Grayscale: #686868. Windows color (decimal): -2349168 or 9447388. OLE color: 9447388.

HSL color Cylindrical-coordinate representation of color #DC2790: hue angle of 325.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2790 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 144 -
CMYK 0 0.82 0.35 0.14
HSL 325.19º 0.72% 0.51% -
HSV(B) 325.19º 0.82% 0.86% -
XYZ 35.27 18.68 28.13 -
YUV 105.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 220 39 144 0 0.82 0.35 0.14 325.19 0.72 0.51
Hex DC 27 90 0 52 23 E 145 48 33
Octal 334 47 220 0 122 43 16 505 110 63
Binary 11011100 100111 10010000 0 1010010 100011 1110 101000101 1001000 110011

Color Harmonies of #DC2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2790

Black with #DC2790

Text Example


Text Example

White with #DC2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2790; }

 p { color: rgb(220,39,144); }

 H1.HeaderClassName
 {
   color: #DC2790;
 }
 .AnyTagClassName
 {
   color: #DC2790;
 }
</style>

background-color css

<style>
 a { background-color: #DC2790; }

 a { background-color: rgb(220,39,144); }

 div.DivClassName
 {
   background-color: #DC2790;
 }
 .BgClassName
 {
   background-color: #DC2790;
 }
</style>

border-color css

<style>
 span { border-color: #DC2790; }

 span { border-color: rgb(220,39,144); }

 td.TdClassName
 {
   border-color: #DC2790;
 }
 .TagClassName
 {
   border-color: #DC2790;
 }
</style>