Html Css Color HEX #DC2871 Cerise

📋 copy color: '#DC2871'

red 220 ◦ green 40 ◦ blue 113

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

Shades of Cerise #DC2871

Tints of Cerise #DC2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 58.98%
G = 10.72%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2871 (or 0xDC2871) is known color: Cerise. HEX triplet: DC, 28 and 71. RGB value is (220,40,113). Sum of RGB (Red+Green+Blue) = 220+40+113=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2871 is #23D78E. Grayscale: #666666. Windows color (decimal): -2348943 or 7416028. OLE color: 7416028.

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

Color convert

RGB 220 40 113 -
CMYK 0 0.82 0.49 0.14
HSL 335.67º 0.72% 0.51% -
HSV(B) 335.67º 0.82% 0.86% -
XYZ 33.25 17.93 17.33 -
YUV 102.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 220 40 113 0 0.82 0.49 0.14 335.67 0.72 0.51
Hex DC 28 71 0 52 31 E 150 48 33
Octal 334 50 161 0 122 61 16 520 110 63
Binary 11011100 101000 1110001 0 1010010 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2871

Black with #DC2871

Text Example


Text Example

White with #DC2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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