Shades of Cerise #D2306B
Tints of Cerise #D2306B
RGB
CMYK
RGB Variations
Color information
#D2306B (or 0xD2306B) is known color: Cerise. HEX triplet: D2, 30 and 6B. RGB value is (210,48,107). Sum of RGB (Red+Green+Blue) = 210+48+107=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2306B is #2DCF94. Grayscale: #676767. Windows color (decimal): -3002261 or 7024850. OLE color: 7024850.
HSL color Cylindrical-coordinate representation of color #D2306B: hue angle of 338.15º 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 #D2306B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 107 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.18 |
| HSL | 338.15º | 0.64% | 0.51% | - |
| HSV(B) | 338.15º | 0.77% | 0.82% | - |
| XYZ | 30.29 | 16.88 | 15.57 | - |
| YUV | 103.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 107 | 0 | 0.77 | 0.49 | 0.18 | 338.15 | 0.64 | 0.51 |
| Hex | D2 | 30 | 6B | 0 | 4D | 31 | 12 | 152 | 40 | 33 |
| Octal | 322 | 60 | 153 | 0 | 115 | 61 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110000 | 1101011 | 0 | 1001101 | 110001 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2306B
Complementary color
Monochromatic Colors of #D2306B
Black with #D2306B
Text Example
Text Example
White with #D2306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2306B; }
p { color: rgb(210,48,107); }
H1.HeaderClassName
{
color: #D2306B;
}
.AnyTagClassName
{
color: #D2306B;
}
</style>
background-color css
<style>
a { background-color: #D2306B; }
a { background-color: rgb(210,48,107); }
div.DivClassName
{
background-color: #D2306B;
}
.BgClassName
{
background-color: #D2306B;
}
</style>
border-color css
<style>
span { border-color: #D2306B; }
span { border-color: rgb(210,48,107); }
td.TdClassName
{
border-color: #D2306B;
}
.TagClassName
{
border-color: #D2306B;
}
</style>