Shades of Deep Cerise #D2367A
Tints of Deep Cerise #D2367A
RGB
CMYK
RGB Variations
Color information
#D2367A (or 0xD2367A) is known color: Deep Cerise. HEX triplet: D2, 36 and 7A. RGB value is (210,54,122). Sum of RGB (Red+Green+Blue) = 210+54+122=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2367A is #2DC985. Grayscale: #6C6C6C. Windows color (decimal): -3000710 or 8009426. OLE color: 8009426.
HSL color Cylindrical-coordinate representation of color #D2367A: hue angle of 333.85º 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 #D2367A is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 122 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.18 |
| HSL | 333.85º | 0.63% | 0.52% | - |
| HSV(B) | 333.85º | 0.74% | 0.82% | - |
| XYZ | 31.41 | 17.75 | 20.18 | - |
| YUV | 108.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 122 | 0 | 0.74 | 0.42 | 0.18 | 333.85 | 0.63 | 0.52 |
| Hex | D2 | 36 | 7A | 0 | 4A | 2A | 12 | 14E | 3F | 34 |
| Octal | 322 | 66 | 172 | 0 | 112 | 52 | 22 | 516 | 77 | 64 |
| Binary | 11010010 | 110110 | 1111010 | 0 | 1001010 | 101010 | 10010 | 101001110 | 111111 | 110100 |
Color Harmonies of #D2367A
Complementary color
Monochromatic Colors of #D2367A
Black with #D2367A
Text Example
Text Example
White with #D2367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2367A; }
p { color: rgb(210,54,122); }
H1.HeaderClassName
{
color: #D2367A;
}
.AnyTagClassName
{
color: #D2367A;
}
</style>
background-color css
<style>
a { background-color: #D2367A; }
a { background-color: rgb(210,54,122); }
div.DivClassName
{
background-color: #D2367A;
}
.BgClassName
{
background-color: #D2367A;
}
</style>
border-color css
<style>
span { border-color: #D2367A; }
span { border-color: rgb(210,54,122); }
td.TdClassName
{
border-color: #D2367A;
}
.TagClassName
{
border-color: #D2367A;
}
</style>