Shades of Cerise #D13965
Tints of Cerise #D13965
RGB
CMYK
RGB Variations
Color information
#D13965 (or 0xD13965) is known color: Cerise. HEX triplet: D1, 39 and 65. RGB value is (209,57,101). Sum of RGB (Red+Green+Blue) = 209+57+101=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13965 is #2EC69A. Grayscale: #6B6B6B. Windows color (decimal): -3065499 or 6633937. OLE color: 6633937.
HSL color Cylindrical-coordinate representation of color #D13965: hue angle of 342.63º 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 #D13965 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 101 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.18 |
| HSL | 342.63º | 0.62% | 0.52% | - |
| HSV(B) | 342.63º | 0.73% | 0.82% | - |
| XYZ | 30.11 | 17.42 | 14.09 | - |
| YUV | 107.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 101 | 0 | 0.73 | 0.52 | 0.18 | 342.63 | 0.62 | 0.52 |
| Hex | D1 | 39 | 65 | 0 | 49 | 34 | 12 | 157 | 3E | 34 |
| Octal | 321 | 71 | 145 | 0 | 111 | 64 | 22 | 527 | 76 | 64 |
| Binary | 11010001 | 111001 | 1100101 | 0 | 1001001 | 110100 | 10010 | 101010111 | 111110 | 110100 |
Color Harmonies of #D13965
Complementary color
Monochromatic Colors of #D13965
Black with #D13965
Text Example
Text Example
White with #D13965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13965; }
p { color: rgb(209,57,101); }
H1.HeaderClassName
{
color: #D13965;
}
.AnyTagClassName
{
color: #D13965;
}
</style>
background-color css
<style>
a { background-color: #D13965; }
a { background-color: rgb(209,57,101); }
div.DivClassName
{
background-color: #D13965;
}
.BgClassName
{
background-color: #D13965;
}
</style>
border-color css
<style>
span { border-color: #D13965; }
span { border-color: rgb(209,57,101); }
td.TdClassName
{
border-color: #D13965;
}
.TagClassName
{
border-color: #D13965;
}
</style>