Shades of Cerise #D0316A
Tints of Cerise #D0316A
RGB
CMYK
RGB Variations
Color information
#D0316A (or 0xD0316A) is known color: Cerise. HEX triplet: D0, 31 and 6A. RGB value is (208,49,106). Sum of RGB (Red+Green+Blue) = 208+49+106=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316A is #2FCE95. Grayscale: #666666. Windows color (decimal): -3133078 or 6959568. OLE color: 6959568.
HSL color Cylindrical-coordinate representation of color #D0316A: hue angle of 338.49º 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 #D0316A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 106 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.18 |
| HSL | 338.49º | 0.63% | 0.5% | - |
| HSV(B) | 338.49º | 0.76% | 0.82% | - |
| XYZ | 29.71 | 16.65 | 15.28 | - |
| YUV | 103.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 106 | 0 | 0.76 | 0.49 | 0.18 | 338.49 | 0.63 | 0.5 |
| Hex | D0 | 31 | 6A | 0 | 4C | 31 | 12 | 152 | 3F | 32 |
| Octal | 320 | 61 | 152 | 0 | 114 | 61 | 22 | 522 | 77 | 62 |
| Binary | 11010000 | 110001 | 1101010 | 0 | 1001100 | 110001 | 10010 | 101010010 | 111111 | 110010 |
Color Harmonies of #D0316A
Complementary color
Monochromatic Colors of #D0316A
Black with #D0316A
Text Example
Text Example
White with #D0316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0316A; }
p { color: rgb(208,49,106); }
H1.HeaderClassName
{
color: #D0316A;
}
.AnyTagClassName
{
color: #D0316A;
}
</style>
background-color css
<style>
a { background-color: #D0316A; }
a { background-color: rgb(208,49,106); }
div.DivClassName
{
background-color: #D0316A;
}
.BgClassName
{
background-color: #D0316A;
}
</style>
border-color css
<style>
span { border-color: #D0316A; }
span { border-color: rgb(208,49,106); }
td.TdClassName
{
border-color: #D0316A;
}
.TagClassName
{
border-color: #D0316A;
}
</style>