Html Css Color HEX #DC2F76 Deep Cerise

📋 copy color: '#DC2F76'

red 220 ◦ green 47 ◦ blue 118

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

Shades of Deep Cerise #DC2F76

Tints of Deep Cerise #DC2F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 57.14%
G = 12.21%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2F76 (or 0xDC2F76) is known color: Deep Cerise. HEX triplet: DC, 2F and 76. RGB value is (220,47,118). Sum of RGB (Red+Green+Blue) = 220+47+118=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F76 is #23D089. Grayscale: #6A6A6A. Windows color (decimal): -2347146 or 7745500. OLE color: 7745500.

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

Color convert

RGB 220 47 118 -
CMYK 0 0.79 0.46 0.14
HSL 335.38º 0.71% 0.52% -
HSV(B) 335.38º 0.79% 0.86% -
XYZ 33.8 18.56 18.94 -
YUV 106.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 220 47 118 0 0.79 0.46 0.14 335.38 0.71 0.52
Hex DC 2F 76 0 4F 2E E 14F 47 34
Octal 334 57 166 0 117 56 16 517 107 64
Binary 11011100 101111 1110110 0 1001111 101110 1110 101001111 1000111 110100

Color Harmonies of #DC2F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F76

Black with #DC2F76

Text Example


Text Example

White with #DC2F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F76; }

 p { color: rgb(220,47,118); }

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

background-color css

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

 a { background-color: rgb(220,47,118); }

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

border-color css

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

 span { border-color: rgb(220,47,118); }

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