Shades of Cerise #D2306C
Tints of Cerise #D2306C
RGB
CMYK
RGB Variations
Color information
#D2306C (or 0xD2306C) is known color: Cerise. HEX triplet: D2, 30 and 6C. RGB value is (210,48,108). Sum of RGB (Red+Green+Blue) = 210+48+108=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2306C is #2DCF93. Grayscale: #676767. Windows color (decimal): -3002260 or 7090386. OLE color: 7090386.
HSL color Cylindrical-coordinate representation of color #D2306C: hue angle of 337.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2306C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 108 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.18 |
| HSL | 337.78º | 0.64% | 0.51% | - |
| HSV(B) | 337.78º | 0.77% | 0.82% | - |
| XYZ | 30.34 | 16.9 | 15.85 | - |
| YUV | 103.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 108 | 0 | 0.77 | 0.49 | 0.18 | 337.78 | 0.64 | 0.51 |
| Hex | D2 | 30 | 6C | 0 | 4D | 31 | 12 | 152 | 40 | 33 |
| Octal | 322 | 60 | 154 | 0 | 115 | 61 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110000 | 1101100 | 0 | 1001101 | 110001 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2306C
Complementary color
Monochromatic Colors of #D2306C
Black with #D2306C
Text Example
Text Example
White with #D2306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2306C; }
p { color: rgb(210,48,108); }
H1.HeaderClassName
{
color: #D2306C;
}
.AnyTagClassName
{
color: #D2306C;
}
</style>
background-color css
<style>
a { background-color: #D2306C; }
a { background-color: rgb(210,48,108); }
div.DivClassName
{
background-color: #D2306C;
}
.BgClassName
{
background-color: #D2306C;
}
</style>
border-color css
<style>
span { border-color: #D2306C; }
span { border-color: rgb(210,48,108); }
td.TdClassName
{
border-color: #D2306C;
}
.TagClassName
{
border-color: #D2306C;
}
</style>