Shades of Cerise #D2366D
Tints of Cerise #D2366D
RGB
CMYK
RGB Variations
Color information
#D2366D (or 0xD2366D) is known color: Cerise. HEX triplet: D2, 36 and 6D. RGB value is (210,54,109). Sum of RGB (Red+Green+Blue) = 210+54+109=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2366D is #2DC992. Grayscale: #6A6A6A. Windows color (decimal): -3000723 or 7157458. OLE color: 7157458.
HSL color Cylindrical-coordinate representation of color #D2366D: hue angle of 338.85º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2366D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 109 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 338.85º | 0.63% | 0.52% | - |
| HSV(B) | 338.85º | 0.74% | 0.82% | - |
| XYZ | 30.66 | 17.44 | 16.22 | - |
| YUV | 106.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 109 | 0 | 0.74 | 0.48 | 0.18 | 338.85 | 0.63 | 0.52 |
| Hex | D2 | 36 | 6D | 0 | 4A | 30 | 12 | 153 | 3F | 34 |
| Octal | 322 | 66 | 155 | 0 | 112 | 60 | 22 | 523 | 77 | 64 |
| Binary | 11010010 | 110110 | 1101101 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111111 | 110100 |
Color Harmonies of #D2366D
Complementary color
Monochromatic Colors of #D2366D
Black with #D2366D
Text Example
Text Example
White with #D2366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2366D; }
p { color: rgb(210,54,109); }
H1.HeaderClassName
{
color: #D2366D;
}
.AnyTagClassName
{
color: #D2366D;
}
</style>
background-color css
<style>
a { background-color: #D2366D; }
a { background-color: rgb(210,54,109); }
div.DivClassName
{
background-color: #D2366D;
}
.BgClassName
{
background-color: #D2366D;
}
</style>
border-color css
<style>
span { border-color: #D2366D; }
span { border-color: rgb(210,54,109); }
td.TdClassName
{
border-color: #D2366D;
}
.TagClassName
{
border-color: #D2366D;
}
</style>