Html Css Color HEX #DC2577 Deep Cerise

📋 copy color: '#DC2577'

red 220 ◦ green 37 ◦ blue 119

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

Shades of Deep Cerise #DC2577

Tints of Deep Cerise #DC2577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 58.51%
G = 9.84%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2577 (or 0xDC2577) is known color: Deep Cerise. HEX triplet: DC, 25 and 77. RGB value is (220,37,119). Sum of RGB (Red+Green+Blue) = 220+37+119=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2577 is #23DA88. Grayscale: #646464. Windows color (decimal): -2349705 or 7808476. OLE color: 7808476.

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

Color convert

RGB 220 37 119 -
CMYK 0 0.83 0.46 0.14
HSL 333.11º 0.72% 0.5% -
HSV(B) 333.11º 0.83% 0.86% -
XYZ 33.51 17.87 19.14 -
YUV 101.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 220 37 119 0 0.83 0.46 0.14 333.11 0.72 0.5
Hex DC 25 77 0 53 2E E 14D 48 32
Octal 334 45 167 0 123 56 16 515 110 62
Binary 11011100 100101 1110111 0 1010011 101110 1110 101001101 1001000 110010

Color Harmonies of #DC2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2577

Black with #DC2577

Text Example


Text Example

White with #DC2577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2577; }

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

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

background-color css

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

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

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

border-color css

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

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

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