#D13866

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

Shades of Cerise #D13866

Tints of Cerise #D13866

Color information

#D13866 (or 0xD13866) is unknown color: approx Cerise. HEX triplet: D1, 38 and 66. RGB value is (209,56,102). Sum of RGB (Red+Green+Blue) = 209+56+102=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13866 is #2EC799. Grayscale: #6A6A6A. Windows color (decimal): -3065754 or 6699217. OLE color: 6699217.

HSL color Cylindrical-coordinate representation of color #D13866: hue angle of 341.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13866 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20956102-
CMYK00.730.510.18
HSL341.96º62.45%51.96%-
HSV(B)341.96º73.21%81.96%-
XYZ30.1117.3414.33-
YUV106.99125.19200.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=56.95%
G=15.26%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095610200.730.510.18341.9662.4551.96
HexD1386604933121563e34
Octal32170146011163225267664
Binary1101000111100011001100100100111001110010101010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13866; }

 p { color: rgb(209,56,102); }

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

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

 a { background-color: rgb(209,56,102); }

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

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

 span { border-color: rgb(209,56,102); }

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