Shades of Deep Cerise #D2308C
Tints of Deep Cerise #D2308C
RGB
CMYK
RGB Variations
Color information
#D2308C (or 0xD2308C) is known color: Deep Cerise. HEX triplet: D2, 30 and 8C. RGB value is (210,48,140). Sum of RGB (Red+Green+Blue) = 210+48+140=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308C is #2DCF73. Grayscale: #6A6A6A. Windows color (decimal): -3002228 or 9187538. OLE color: 9187538.
HSL color Cylindrical-coordinate representation of color #D2308C: hue angle of 325.93º 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 #D2308C is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 140 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.18 |
| HSL | 325.93º | 0.64% | 0.51% | - |
| HSV(B) | 325.93º | 0.77% | 0.82% | - |
| XYZ | 32.37 | 17.71 | 26.52 | - |
| YUV | 106.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 140 | 0 | 0.77 | 0.33 | 0.18 | 325.93 | 0.64 | 0.51 |
| Hex | D2 | 30 | 8C | 0 | 4D | 21 | 12 | 146 | 40 | 33 |
| Octal | 322 | 60 | 214 | 0 | 115 | 41 | 22 | 506 | 100 | 63 |
| Binary | 11010010 | 110000 | 10001100 | 0 | 1001101 | 100001 | 10010 | 101000110 | 1000000 | 110011 |
Color Harmonies of #D2308C
Complementary color
Monochromatic Colors of #D2308C
Black with #D2308C
Text Example
Text Example
White with #D2308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2308C; }
p { color: rgb(210,48,140); }
H1.HeaderClassName
{
color: #D2308C;
}
.AnyTagClassName
{
color: #D2308C;
}
</style>
background-color css
<style>
a { background-color: #D2308C; }
a { background-color: rgb(210,48,140); }
div.DivClassName
{
background-color: #D2308C;
}
.BgClassName
{
background-color: #D2308C;
}
</style>
border-color css
<style>
span { border-color: #D2308C; }
span { border-color: rgb(210,48,140); }
td.TdClassName
{
border-color: #D2308C;
}
.TagClassName
{
border-color: #D2308C;
}
</style>