Html Css Color HEX #DC1E79 Deep Cerise

📋 copy color: '#DC1E79'

red 220 ◦ green 30 ◦ blue 121

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

Shades of Deep Cerise #DC1E79

Tints of Deep Cerise #DC1E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 59.3%
G = 8.09%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1E79 (or 0xDC1E79) is known color: Deep Cerise. HEX triplet: DC, 1E and 79. RGB value is (220,30,121). Sum of RGB (Red+Green+Blue) = 220+30+121=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E79 is #23E186. Grayscale: #616161. Windows color (decimal): -2351495 or 7937756. OLE color: 7937756.

HSL color Cylindrical-coordinate representation of color #DC1E79: hue angle of 331.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E79 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 121 -
CMYK 0 0.86 0.45 0.14
HSL 331.26º 0.76% 0.49% -
HSV(B) 331.26º 0.86% 0.86% -
XYZ 33.43 17.52 19.71 -
YUV 97.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 220 30 121 0 0.86 0.45 0.14 331.26 0.76 0.49
Hex DC 1E 79 0 56 2D E 14B 4C 31
Octal 334 36 171 0 126 55 16 513 114 61
Binary 11011100 11110 1111001 0 1010110 101101 1110 101001011 1001100 110001

Color Harmonies of #DC1E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E79

Black with #DC1E79

Text Example


Text Example

White with #DC1E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E79; }

 p { color: rgb(220,30,121); }

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

background-color css

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

 a { background-color: rgb(220,30,121); }

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

border-color css

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

 span { border-color: rgb(220,30,121); }

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