Html Css Color HEX #DC2973 Cerise

📋 copy color: '#DC2973'

red 220 ◦ green 41 ◦ blue 115

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

Shades of Cerise #DC2973

Tints of Cerise #DC2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 58.51%
G = 10.9%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC2973 (or 0xDC2973) is known color: Cerise. HEX triplet: DC, 29 and 73. RGB value is (220,41,115). Sum of RGB (Red+Green+Blue) = 220+41+115=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2973 is #23D68C. Grayscale: #666666. Windows color (decimal): -2348685 or 7547356. OLE color: 7547356.

HSL color Cylindrical-coordinate representation of color #DC2973: hue angle of 335.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2973 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 115 -
CMYK 0 0.81 0.48 0.14
HSL 335.2º 0.72% 0.51% -
HSV(B) 335.2º 0.81% 0.86% -
XYZ 33.4 18.04 17.94 -
YUV 102.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 220 41 115 0 0.81 0.48 0.14 335.2 0.72 0.51
Hex DC 29 73 0 51 30 E 14F 48 33
Octal 334 51 163 0 121 60 16 517 110 63
Binary 11011100 101001 1110011 0 1010001 110000 1110 101001111 1001000 110011

Color Harmonies of #DC2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2973

Black with #DC2973

Text Example


Text Example

White with #DC2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2973; }

 p { color: rgb(220,41,115); }

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

background-color css

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

 a { background-color: rgb(220,41,115); }

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

border-color css

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

 span { border-color: rgb(220,41,115); }

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