#D1215F

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

Shades of Cerise #D1215F

Tints of Cerise #D1215F

Color information

#D1215F (or 0xD1215F) is unknown color: approx Cerise. HEX triplet: D1, 21 and 5F. RGB value is (209,33,95). Sum of RGB (Red+Green+Blue) = 209+33+95=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215F is #2EDEA0. Grayscale: #5C5C5C. Windows color (decimal): -3071649 or 6234577. OLE color: 6234577.

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

Color convert

RGB2093395-
CMYK00.840.550.18
HSL338.86º72.73%47.45%-
HSV(B)338.86º84.21%81.96%-
XYZ28.915.4712.29-
YUV92.69129.31210.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.02%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=62.02%
G=9.79%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209339500.840.550.18338.8672.7347.45
HexD1215F0543712153492f
Octal321411370124672252311157
Binary11010001100001101111101010100110111100101010100111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1215F; }

 p { color: rgb(209,33,95); }

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

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

 a { background-color: rgb(209,33,95); }

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

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

 span { border-color: rgb(209,33,95); }

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