Html Css Color HEX #DC2F77 Deep Cerise

📋 copy color: '#DC2F77'

red 220 ◦ green 47 ◦ blue 119

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

Shades of Deep Cerise #DC2F77

Tints of Deep Cerise #DC2F77

RGB

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

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

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

R = 56.99%
G = 12.18%
B = 30.83%

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

#DC2F77 (or 0xDC2F77) is known color: Deep Cerise. HEX triplet: DC, 2F and 77. RGB value is (220,47,119). Sum of RGB (Red+Green+Blue) = 220+47+119=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F77 is #23D088. Grayscale: #6A6A6A. Windows color (decimal): -2347145 or 7811036. OLE color: 7811036.

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

Color convert

RGB 220 47 119 -
CMYK 0 0.79 0.46 0.14
HSL 335.03º 0.71% 0.52% -
HSV(B) 335.03º 0.79% 0.86% -
XYZ 33.86 18.58 19.25 -
YUV 106.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 220 47 119 0 0.79 0.46 0.14 335.03 0.71 0.52
Hex DC 2F 77 0 4F 2E E 14F 47 34
Octal 334 57 167 0 117 56 16 517 107 64
Binary 11011100 101111 1110111 0 1001111 101110 1110 101001111 1000111 110100

Color Harmonies of #DC2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F77

Black with #DC2F77

Text Example


Text Example

White with #DC2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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