Html Css Color HEX #DC1E77 Deep Cerise

📋 copy color: '#DC1E77'

red 220 ◦ green 30 ◦ blue 119

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

Shades of Deep Cerise #DC1E77

Tints of Deep Cerise #DC1E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 59.62%
G = 8.13%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1E77 (or 0xDC1E77) is known color: Deep Cerise. HEX triplet: DC, 1E and 77. RGB value is (220,30,119). Sum of RGB (Red+Green+Blue) = 220+30+119=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E77 is #23E188. Grayscale: #606060. Windows color (decimal): -2351497 or 7806684. OLE color: 7806684.

HSL color Cylindrical-coordinate representation of color #DC1E77: hue angle of 331.89º 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 #DC1E77 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 119 -
CMYK 0 0.86 0.46 0.14
HSL 331.89º 0.76% 0.49% -
HSV(B) 331.89º 0.86% 0.86% -
XYZ 33.31 17.48 19.07 -
YUV 96.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 220 30 119 0 0.86 0.46 0.14 331.89 0.76 0.49
Hex DC 1E 77 0 56 2E E 14C 4C 31
Octal 334 36 167 0 126 56 16 514 114 61
Binary 11011100 11110 1110111 0 1010110 101110 1110 101001100 1001100 110001

Color Harmonies of #DC1E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E77

Black with #DC1E77

Text Example


Text Example

White with #DC1E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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