Shades of Cerise #D13967
Tints of Cerise #D13967
RGB
CMYK
RGB Variations
Color information
#D13967 (or 0xD13967) is known color: Cerise. HEX triplet: D1, 39 and 67. RGB value is (209,57,103). Sum of RGB (Red+Green+Blue) = 209+57+103=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D13967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13967 is #2EC698. Grayscale: #6B6B6B. Windows color (decimal): -3065497 or 6765009. OLE color: 6765009.
HSL color Cylindrical-coordinate representation of color #D13967: hue angle of 341.84º 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 #D13967 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 103 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.18 |
| HSL | 341.84º | 0.62% | 0.52% | - |
| HSV(B) | 341.84º | 0.73% | 0.82% | - |
| XYZ | 30.21 | 17.46 | 14.61 | - |
| YUV | 107.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 103 | 0 | 0.73 | 0.51 | 0.18 | 341.84 | 0.62 | 0.52 |
| Hex | D1 | 39 | 67 | 0 | 49 | 33 | 12 | 156 | 3E | 34 |
| Octal | 321 | 71 | 147 | 0 | 111 | 63 | 22 | 526 | 76 | 64 |
| Binary | 11010001 | 111001 | 1100111 | 0 | 1001001 | 110011 | 10010 | 101010110 | 111110 | 110100 |
Color Harmonies of #D13967
Complementary color
Monochromatic Colors of #D13967
Black with #D13967
Text Example
Text Example
White with #D13967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13967; }
p { color: rgb(209,57,103); }
H1.HeaderClassName
{
color: #D13967;
}
.AnyTagClassName
{
color: #D13967;
}
</style>
background-color css
<style>
a { background-color: #D13967; }
a { background-color: rgb(209,57,103); }
div.DivClassName
{
background-color: #D13967;
}
.BgClassName
{
background-color: #D13967;
}
</style>
border-color css
<style>
span { border-color: #D13967; }
span { border-color: rgb(209,57,103); }
td.TdClassName
{
border-color: #D13967;
}
.TagClassName
{
border-color: #D13967;
}
</style>