Shades of Deep Cerise #D2368B
Tints of Deep Cerise #D2368B
RGB
CMYK
RGB Variations
Color information
#D2368B (or 0xD2368B) is known color: Deep Cerise. HEX triplet: D2, 36 and 8B. RGB value is (210,54,139). Sum of RGB (Red+Green+Blue) = 210+54+139=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2368B is #2DC974. Grayscale: #6E6E6E. Windows color (decimal): -3000693 or 9123538. OLE color: 9123538.
HSL color Cylindrical-coordinate representation of color #D2368B: hue angle of 327.31º 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 #D2368B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 139 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.18 |
| HSL | 327.31º | 0.63% | 0.52% | - |
| HSV(B) | 327.31º | 0.74% | 0.82% | - |
| XYZ | 32.56 | 18.2 | 26.22 | - |
| YUV | 110.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 139 | 0 | 0.74 | 0.34 | 0.18 | 327.31 | 0.63 | 0.52 |
| Hex | D2 | 36 | 8B | 0 | 4A | 22 | 12 | 147 | 3F | 34 |
| Octal | 322 | 66 | 213 | 0 | 112 | 42 | 22 | 507 | 77 | 64 |
| Binary | 11010010 | 110110 | 10001011 | 0 | 1001010 | 100010 | 10010 | 101000111 | 111111 | 110100 |
Color Harmonies of #D2368B
Complementary color
Monochromatic Colors of #D2368B
Black with #D2368B
Text Example
Text Example
White with #D2368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2368B; }
p { color: rgb(210,54,139); }
H1.HeaderClassName
{
color: #D2368B;
}
.AnyTagClassName
{
color: #D2368B;
}
</style>
background-color css
<style>
a { background-color: #D2368B; }
a { background-color: rgb(210,54,139); }
div.DivClassName
{
background-color: #D2368B;
}
.BgClassName
{
background-color: #D2368B;
}
</style>
border-color css
<style>
span { border-color: #D2368B; }
span { border-color: rgb(210,54,139); }
td.TdClassName
{
border-color: #D2368B;
}
.TagClassName
{
border-color: #D2368B;
}
</style>