Shades of Deep Cerise #D2368F
Tints of Deep Cerise #D2368F
RGB
CMYK
RGB Variations
Color information
#D2368F (or 0xD2368F) is known color: Deep Cerise. HEX triplet: D2, 36 and 8F. RGB value is (210,54,143). Sum of RGB (Red+Green+Blue) = 210+54+143=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2368F is #2DC970. Grayscale: #6E6E6E. Windows color (decimal): -3000689 or 9385682. OLE color: 9385682.
HSL color Cylindrical-coordinate representation of color #D2368F: hue angle of 325.77º 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 #D2368F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 143 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.18 |
| HSL | 325.77º | 0.63% | 0.52% | - |
| HSV(B) | 325.77º | 0.74% | 0.82% | - |
| XYZ | 32.86 | 18.32 | 27.79 | - |
| YUV | 110.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 143 | 0 | 0.74 | 0.32 | 0.18 | 325.77 | 0.63 | 0.52 |
| Hex | D2 | 36 | 8F | 0 | 4A | 20 | 12 | 146 | 3F | 34 |
| Octal | 322 | 66 | 217 | 0 | 112 | 40 | 22 | 506 | 77 | 64 |
| Binary | 11010010 | 110110 | 10001111 | 0 | 1001010 | 100000 | 10010 | 101000110 | 111111 | 110100 |
Color Harmonies of #D2368F
Complementary color
Monochromatic Colors of #D2368F
Black with #D2368F
Text Example
Text Example
White with #D2368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2368F; }
p { color: rgb(210,54,143); }
H1.HeaderClassName
{
color: #D2368F;
}
.AnyTagClassName
{
color: #D2368F;
}
</style>
background-color css
<style>
a { background-color: #D2368F; }
a { background-color: rgb(210,54,143); }
div.DivClassName
{
background-color: #D2368F;
}
.BgClassName
{
background-color: #D2368F;
}
</style>
border-color css
<style>
span { border-color: #D2368F; }
span { border-color: rgb(210,54,143); }
td.TdClassName
{
border-color: #D2368F;
}
.TagClassName
{
border-color: #D2368F;
}
</style>