Html Css Color HEX #DC2971 Cerise

📋 copy color: '#DC2971'

red 220 ◦ green 41 ◦ blue 113

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

Shades of Cerise #DC2971

Tints of Cerise #DC2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 58.82%
G = 10.96%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2971 (or 0xDC2971) is known color: Cerise. HEX triplet: DC, 29 and 71. RGB value is (220,41,113). Sum of RGB (Red+Green+Blue) = 220+41+113=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2971 is #23D68E. Grayscale: #666666. Windows color (decimal): -2348687 or 7416284. OLE color: 7416284.

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

Color convert

RGB 220 41 113 -
CMYK 0 0.81 0.49 0.14
HSL 335.87º 0.72% 0.51% -
HSV(B) 335.87º 0.81% 0.86% -
XYZ 33.29 17.99 17.34 -
YUV 102.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 220 41 113 0 0.81 0.49 0.14 335.87 0.72 0.51
Hex DC 29 71 0 51 31 E 150 48 33
Octal 334 51 161 0 121 61 16 520 110 63
Binary 11011100 101001 1110001 0 1010001 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2971

Black with #DC2971

Text Example


Text Example

White with #DC2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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