Shades of Cerise #D13B68
Tints of Cerise #D13B68
RGB
CMYK
RGB Variations
Color information
#D13B68 (or 0xD13B68) is known color: Cerise. HEX triplet: D1, 3B and 68. RGB value is (209,59,104). Sum of RGB (Red+Green+Blue) = 209+59+104=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B68 is #2EC497. Grayscale: #6C6C6C. Windows color (decimal): -3064984 or 6831057. OLE color: 6831057.
HSL color Cylindrical-coordinate representation of color #D13B68: hue angle of 342º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B68 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 104 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.18 |
| HSL | 342º | 0.62% | 0.53% | - |
| HSV(B) | 342º | 0.72% | 0.82% | - |
| XYZ | 30.36 | 17.68 | 14.91 | - |
| YUV | 108.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 104 | 0 | 0.72 | 0.50 | 0.18 | 342 | 0.62 | 0.53 |
| Hex | D1 | 3B | 68 | 0 | 48 | 32 | 12 | 156 | 3E | 35 |
| Octal | 321 | 73 | 150 | 0 | 110 | 62 | 22 | 526 | 76 | 65 |
| Binary | 11010001 | 111011 | 1101000 | 0 | 1001000 | 110010 | 10010 | 101010110 | 111110 | 110101 |
Color Harmonies of #D13B68
Complementary color
Monochromatic Colors of #D13B68
Black with #D13B68
Text Example
Text Example
White with #D13B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B68; }
p { color: rgb(209,59,104); }
H1.HeaderClassName
{
color: #D13B68;
}
.AnyTagClassName
{
color: #D13B68;
}
</style>
background-color css
<style>
a { background-color: #D13B68; }
a { background-color: rgb(209,59,104); }
div.DivClassName
{
background-color: #D13B68;
}
.BgClassName
{
background-color: #D13B68;
}
</style>
border-color css
<style>
span { border-color: #D13B68; }
span { border-color: rgb(209,59,104); }
td.TdClassName
{
border-color: #D13B68;
}
.TagClassName
{
border-color: #D13B68;
}
</style>