Shades of Cerise #D0366D
Tints of Cerise #D0366D
RGB
CMYK
RGB Variations
Color information
#D0366D (or 0xD0366D) is known color: Cerise. HEX triplet: D0, 36 and 6D. RGB value is (208,54,109). Sum of RGB (Red+Green+Blue) = 208+54+109=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0366D is #2FC992. Grayscale: #6A6A6A. Windows color (decimal): -3131795 or 7157456. OLE color: 7157456.
HSL color Cylindrical-coordinate representation of color #D0366D: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0366D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 109 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 338.57º | 0.62% | 0.51% | - |
| HSV(B) | 338.57º | 0.74% | 0.82% | - |
| XYZ | 30.09 | 17.15 | 16.19 | - |
| YUV | 106.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 109 | 0 | 0.74 | 0.48 | 0.18 | 338.57 | 0.62 | 0.51 |
| Hex | D0 | 36 | 6D | 0 | 4A | 30 | 12 | 153 | 3E | 33 |
| Octal | 320 | 66 | 155 | 0 | 112 | 60 | 22 | 523 | 76 | 63 |
| Binary | 11010000 | 110110 | 1101101 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111110 | 110011 |
Color Harmonies of #D0366D
Complementary color
Monochromatic Colors of #D0366D
Black with #D0366D
Text Example
Text Example
White with #D0366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0366D; }
p { color: rgb(208,54,109); }
H1.HeaderClassName
{
color: #D0366D;
}
.AnyTagClassName
{
color: #D0366D;
}
</style>
background-color css
<style>
a { background-color: #D0366D; }
a { background-color: rgb(208,54,109); }
div.DivClassName
{
background-color: #D0366D;
}
.BgClassName
{
background-color: #D0366D;
}
</style>
border-color css
<style>
span { border-color: #D0366D; }
span { border-color: rgb(208,54,109); }
td.TdClassName
{
border-color: #D0366D;
}
.TagClassName
{
border-color: #D0366D;
}
</style>