Html Css Color HEX #DC2477 Deep Cerise

📋 copy color: '#DC2477'

red 220 ◦ green 36 ◦ blue 119

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

Shades of Deep Cerise #DC2477

Tints of Deep Cerise #DC2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 58.67%
G = 9.6%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2477 (or 0xDC2477) is known color: Deep Cerise. HEX triplet: DC, 24 and 77. RGB value is (220,36,119). Sum of RGB (Red+Green+Blue) = 220+36+119=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2477 is #23DB88. Grayscale: #646464. Windows color (decimal): -2349961 or 7808220. OLE color: 7808220.

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

Color convert

RGB 220 36 119 -
CMYK 0 0.84 0.46 0.14
HSL 332.93º 0.72% 0.5% -
HSV(B) 332.93º 0.84% 0.86% -
XYZ 33.48 17.81 19.13 -
YUV 100.48 138.46 213.25 -
System Red Green Blue C M Y K H S L
Decimal 220 36 119 0 0.84 0.46 0.14 332.93 0.72 0.5
Hex DC 24 77 0 54 2E E 14D 48 32
Octal 334 44 167 0 124 56 16 515 110 62
Binary 11011100 100100 1110111 0 1010100 101110 1110 101001101 1001000 110010

Color Harmonies of #DC2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2477

Black with #DC2477

Text Example


Text Example

White with #DC2477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2477; }

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

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

background-color css

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

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

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

border-color css

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

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

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