Shades of Cerise #D0306D
Tints of Cerise #D0306D
RGB
CMYK
RGB Variations
Color information
#D0306D (or 0xD0306D) is known color: Cerise. HEX triplet: D0, 30 and 6D. RGB value is (208,48,109). Sum of RGB (Red+Green+Blue) = 208+48+109=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0306D is #2FCF92. Grayscale: #666666. Windows color (decimal): -3133331 or 7155920. OLE color: 7155920.
HSL color Cylindrical-coordinate representation of color #D0306D: hue angle of 337.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0306D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 109 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.18 |
| HSL | 337.13º | 0.63% | 0.5% | - |
| HSV(B) | 337.13º | 0.77% | 0.82% | - |
| XYZ | 29.83 | 16.63 | 16.11 | - |
| YUV | 102.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 109 | 0 | 0.77 | 0.48 | 0.18 | 337.13 | 0.63 | 0.5 |
| Hex | D0 | 30 | 6D | 0 | 4D | 30 | 12 | 151 | 3F | 32 |
| Octal | 320 | 60 | 155 | 0 | 115 | 60 | 22 | 521 | 77 | 62 |
| Binary | 11010000 | 110000 | 1101101 | 0 | 1001101 | 110000 | 10010 | 101010001 | 111111 | 110010 |
Color Harmonies of #D0306D
Complementary color
Monochromatic Colors of #D0306D
Black with #D0306D
Text Example
Text Example
White with #D0306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0306D; }
p { color: rgb(208,48,109); }
H1.HeaderClassName
{
color: #D0306D;
}
.AnyTagClassName
{
color: #D0306D;
}
</style>
background-color css
<style>
a { background-color: #D0306D; }
a { background-color: rgb(208,48,109); }
div.DivClassName
{
background-color: #D0306D;
}
.BgClassName
{
background-color: #D0306D;
}
</style>
border-color css
<style>
span { border-color: #D0306D; }
span { border-color: rgb(208,48,109); }
td.TdClassName
{
border-color: #D0306D;
}
.TagClassName
{
border-color: #D0306D;
}
</style>