#D62871

Color #D62871 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D62871

Tints of Cerise #D62871

Color information

#D62871 (or 0xD62871) is unknown color: approx Cerise. HEX triplet: D6, 28 and 71. RGB value is (214,40,113). Sum of RGB (Red+Green+Blue) = 214+40+113=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62871 is #29D78E. Grayscale: #646464. Windows color (decimal): -2742159 or 7416022. OLE color: 7416022.

HSL color Cylindrical-coordinate representation of color #D62871: hue angle of 334.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62871 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21440113-
CMYK00.810.470.16
HSL334.83º68.5%49.8%-
HSV(B)334.83º81.31%83.92%-
XYZ31.4717.0117.25-
YUV100.35135.15209.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=58.31%
G=10.90%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144011300.810.470.16334.8368.549.8
HexD628710512F1014f4532
Octal326501610121572051710562
Binary11010110101000111000101010001101111100001010011111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62871; }

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

 H1.HeaderClassName
 {
   color: #D62871;
 }
 .AnyTagClassName
 {
   color: #D62871;
 }
</style>
background-color css

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

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

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

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

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

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