Html Css Color HEX #DC2177 Deep Cerise

📋 copy color: '#DC2177'

red 220 ◦ green 33 ◦ blue 119

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

Shades of Deep Cerise #DC2177

Tints of Deep Cerise #DC2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 59.14%
G = 8.87%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2177 (or 0xDC2177) is known color: Deep Cerise. HEX triplet: DC, 21 and 77. RGB value is (220,33,119). Sum of RGB (Red+Green+Blue) = 220+33+119=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2177 is #23DE88. Grayscale: #626262. Windows color (decimal): -2350729 or 7807452. OLE color: 7807452.

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

Color convert

RGB 220 33 119 -
CMYK 0 0.85 0.46 0.14
HSL 332.41º 0.74% 0.5% -
HSV(B) 332.41º 0.85% 0.86% -
XYZ 33.39 17.64 19.1 -
YUV 98.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 220 33 119 0 0.85 0.46 0.14 332.41 0.74 0.5
Hex DC 21 77 0 55 2E E 14C 4A 32
Octal 334 41 167 0 125 56 16 514 112 62
Binary 11011100 100001 1110111 0 1010101 101110 1110 101001100 1001010 110010

Color Harmonies of #DC2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2177

Black with #DC2177

Text Example


Text Example

White with #DC2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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