Html Css Color HEX #DC2179 Deep Cerise

📋 copy color: '#DC2179'

red 220 ◦ green 33 ◦ blue 121

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

Shades of Deep Cerise #DC2179

Tints of Deep Cerise #DC2179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 58.82%
G = 8.82%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2179 (or 0xDC2179) is known color: Deep Cerise. HEX triplet: DC, 21 and 79. RGB value is (220,33,121). Sum of RGB (Red+Green+Blue) = 220+33+121=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2179 is #23DE86. Grayscale: #626262. Windows color (decimal): -2350727 or 7938524. OLE color: 7938524.

HSL color Cylindrical-coordinate representation of color #DC2179: hue angle of 331.76º 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 #DC2179 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 121 -
CMYK 0 0.85 0.45 0.14
HSL 331.76º 0.74% 0.5% -
HSV(B) 331.76º 0.85% 0.86% -
XYZ 33.51 17.68 19.74 -
YUV 98.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 220 33 121 0 0.85 0.45 0.14 331.76 0.74 0.5
Hex DC 21 79 0 55 2D E 14C 4A 32
Octal 334 41 171 0 125 55 16 514 112 62
Binary 11011100 100001 1111001 0 1010101 101101 1110 101001100 1001010 110010

Color Harmonies of #DC2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2179

Black with #DC2179

Text Example


Text Example

White with #DC2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2179; }

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

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

background-color css

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

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

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

border-color css

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

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

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