Html Css Color HEX #DC3477 Deep Cerise

📋 copy color: '#DC3477'

red 220 ◦ green 52 ◦ blue 119

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

Shades of Deep Cerise #DC3477

Tints of Deep Cerise #DC3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.3%

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

R = 56.27%
G = 13.3%
B = 30.43%

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

#DC3477 (or 0xDC3477) is known color: Deep Cerise. HEX triplet: DC, 34 and 77. RGB value is (220,52,119). Sum of RGB (Red+Green+Blue) = 220+52+119=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3477 is #23CB88. Grayscale: #6D6D6D. Windows color (decimal): -2345865 or 7812316. OLE color: 7812316.

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

Color convert

RGB 220 52 119 -
CMYK 0 0.76 0.46 0.14
HSL 336.07º 0.71% 0.53% -
HSV(B) 336.07º 0.76% 0.86% -
XYZ 34.07 19 19.32 -
YUV 109.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 220 52 119 0 0.76 0.46 0.14 336.07 0.71 0.53
Hex DC 34 77 0 4C 2E E 150 47 35
Octal 334 64 167 0 114 56 16 520 107 65
Binary 11011100 110100 1110111 0 1001100 101110 1110 101010000 1000111 110101

Color Harmonies of #DC3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3477

Black with #DC3477

Text Example


Text Example

White with #DC3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3477; }

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

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

background-color css

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

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

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

border-color css

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

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

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