Shades of Cerise #D0316B
Tints of Cerise #D0316B
RGB
CMYK
RGB Variations
Color information
#D0316B (or 0xD0316B) is known color: Cerise. HEX triplet: D0, 31 and 6B. RGB value is (208,49,107). Sum of RGB (Red+Green+Blue) = 208+49+107=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316B is #2FCE94. Grayscale: #676767. Windows color (decimal): -3133077 or 7025104. OLE color: 7025104.
HSL color Cylindrical-coordinate representation of color #D0316B: hue angle of 338.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0316B is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 107 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.18 |
| HSL | 338.11º | 0.63% | 0.5% | - |
| HSV(B) | 338.11º | 0.76% | 0.82% | - |
| XYZ | 29.76 | 16.67 | 15.56 | - |
| YUV | 103.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 107 | 0 | 0.76 | 0.49 | 0.18 | 338.11 | 0.63 | 0.5 |
| Hex | D0 | 31 | 6B | 0 | 4C | 31 | 12 | 152 | 3F | 32 |
| Octal | 320 | 61 | 153 | 0 | 114 | 61 | 22 | 522 | 77 | 62 |
| Binary | 11010000 | 110001 | 1101011 | 0 | 1001100 | 110001 | 10010 | 101010010 | 111111 | 110010 |
Color Harmonies of #D0316B
Complementary color
Monochromatic Colors of #D0316B
Black with #D0316B
Text Example
Text Example
White with #D0316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0316B; }
p { color: rgb(208,49,107); }
H1.HeaderClassName
{
color: #D0316B;
}
.AnyTagClassName
{
color: #D0316B;
}
</style>
background-color css
<style>
a { background-color: #D0316B; }
a { background-color: rgb(208,49,107); }
div.DivClassName
{
background-color: #D0316B;
}
.BgClassName
{
background-color: #D0316B;
}
</style>
border-color css
<style>
span { border-color: #D0316B; }
span { border-color: rgb(208,49,107); }
td.TdClassName
{
border-color: #D0316B;
}
.TagClassName
{
border-color: #D0316B;
}
</style>