Html Css Color HEX #DC3577 Deep Cerise

📋 copy color: '#DC3577'

red 220 ◦ green 53 ◦ blue 119

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

Shades of Deep Cerise #DC3577

Tints of Deep Cerise #DC3577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 56.12%
G = 13.52%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3577 (or 0xDC3577) is known color: Deep Cerise. HEX triplet: DC, 35 and 77. RGB value is (220,53,119). Sum of RGB (Red+Green+Blue) = 220+53+119=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3577 is #23CA88. Grayscale: #6E6E6E. Windows color (decimal): -2345609 or 7812572. OLE color: 7812572.

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

Color convert

RGB 220 53 119 -
CMYK 0 0.76 0.46 0.14
HSL 336.29º 0.7% 0.54% -
HSV(B) 336.29º 0.76% 0.86% -
XYZ 34.12 19.09 19.34 -
YUV 110.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 220 53 119 0 0.76 0.46 0.14 336.29 0.7 0.54
Hex DC 35 77 0 4C 2E E 150 46 36
Octal 334 65 167 0 114 56 16 520 106 66
Binary 11011100 110101 1110111 0 1001100 101110 1110 101010000 1000110 110110

Color Harmonies of #DC3577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3577

Black with #DC3577

Text Example


Text Example

White with #DC3577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3577; }

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

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

background-color css

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

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

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

border-color css

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

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

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