Html Css Color HEX #DC2B79 Deep Cerise

📋 copy color: '#DC2B79'

red 220 ◦ green 43 ◦ blue 121

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

Shades of Deep Cerise #DC2B79

Tints of Deep Cerise #DC2B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

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

R = 57.29%
G = 11.2%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2B79 (or 0xDC2B79) is known color: Deep Cerise. HEX triplet: DC, 2B and 79. RGB value is (220,43,121). Sum of RGB (Red+Green+Blue) = 220+43+121=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B79 is #23D486. Grayscale: #686868. Windows color (decimal): -2348167 or 7941084. OLE color: 7941084.

HSL color Cylindrical-coordinate representation of color #DC2B79: hue angle of 333.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B79 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 43 121 -
CMYK 0 0.80 0.45 0.14
HSL 333.56º 0.72% 0.52% -
HSV(B) 333.56º 0.8% 0.86% -
XYZ 33.83 18.32 19.84 -
YUV 104.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 220 43 121 0 0.80 0.45 0.14 333.56 0.72 0.52
Hex DC 2B 79 0 50 2D E 14E 48 34
Octal 334 53 171 0 120 55 16 516 110 64
Binary 11011100 101011 1111001 0 1010000 101101 1110 101001110 1001000 110100

Color Harmonies of #DC2B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B79

Black with #DC2B79

Text Example


Text Example

White with #DC2B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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