Shades of Deep Cerise #D2307E
Tints of Deep Cerise #D2307E
RGB
CMYK
RGB Variations
Color information
#D2307E (or 0xD2307E) is known color: Deep Cerise. HEX triplet: D2, 30 and 7E. RGB value is (210,48,126). Sum of RGB (Red+Green+Blue) = 210+48+126=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2307E is #2DCF81. Grayscale: #696969. Windows color (decimal): -3002242 or 8270034. OLE color: 8270034.
HSL color Cylindrical-coordinate representation of color #D2307E: hue angle of 331.11º 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 #D2307E is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 126 | - |
| CMYK | 0 | 0.77 | 0.4 | 0.18 |
| HSL | 331.11º | 0.64% | 0.51% | - |
| HSV(B) | 331.11º | 0.77% | 0.82% | - |
| XYZ | 31.4 | 17.32 | 21.43 | - |
| YUV | 105.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 126 | 0 | 0.77 | 0.4 | 0.18 | 331.11 | 0.64 | 0.51 |
| Hex | D2 | 30 | 7E | 0 | 4D | 28 | 12 | 14B | 40 | 33 |
| Octal | 322 | 60 | 176 | 0 | 115 | 50 | 22 | 513 | 100 | 63 |
| Binary | 11010010 | 110000 | 1111110 | 0 | 1001101 | 101000 | 10010 | 101001011 | 1000000 | 110011 |
Color Harmonies of #D2307E
Complementary color
Monochromatic Colors of #D2307E
Black with #D2307E
Text Example
Text Example
White with #D2307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2307E; }
p { color: rgb(210,48,126); }
H1.HeaderClassName
{
color: #D2307E;
}
.AnyTagClassName
{
color: #D2307E;
}
</style>
background-color css
<style>
a { background-color: #D2307E; }
a { background-color: rgb(210,48,126); }
div.DivClassName
{
background-color: #D2307E;
}
.BgClassName
{
background-color: #D2307E;
}
</style>
border-color css
<style>
span { border-color: #D2307E; }
span { border-color: rgb(210,48,126); }
td.TdClassName
{
border-color: #D2307E;
}
.TagClassName
{
border-color: #D2307E;
}
</style>