Shades of Deep Cerise #D2357B
Tints of Deep Cerise #D2357B
RGB
CMYK
RGB Variations
Color information
#D2357B (or 0xD2357B) is known color: Deep Cerise. HEX triplet: D2, 35 and 7B. RGB value is (210,53,123). Sum of RGB (Red+Green+Blue) = 210+53+123=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2357B is #2DCA84. Grayscale: #6B6B6B. Windows color (decimal): -3000965 or 8074706. OLE color: 8074706.
HSL color Cylindrical-coordinate representation of color #D2357B: hue angle of 333.25º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2357B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 123 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.18 |
| HSL | 333.25º | 0.64% | 0.52% | - |
| HSV(B) | 333.25º | 0.75% | 0.82% | - |
| XYZ | 31.43 | 17.68 | 20.49 | - |
| YUV | 107.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 123 | 0 | 0.75 | 0.41 | 0.18 | 333.25 | 0.64 | 0.52 |
| Hex | D2 | 35 | 7B | 0 | 4B | 29 | 12 | 14D | 40 | 34 |
| Octal | 322 | 65 | 173 | 0 | 113 | 51 | 22 | 515 | 100 | 64 |
| Binary | 11010010 | 110101 | 1111011 | 0 | 1001011 | 101001 | 10010 | 101001101 | 1000000 | 110100 |
Color Harmonies of #D2357B
Complementary color
Monochromatic Colors of #D2357B
Black with #D2357B
Text Example
Text Example
White with #D2357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2357B; }
p { color: rgb(210,53,123); }
H1.HeaderClassName
{
color: #D2357B;
}
.AnyTagClassName
{
color: #D2357B;
}
</style>
background-color css
<style>
a { background-color: #D2357B; }
a { background-color: rgb(210,53,123); }
div.DivClassName
{
background-color: #D2357B;
}
.BgClassName
{
background-color: #D2357B;
}
</style>
border-color css
<style>
span { border-color: #D2357B; }
span { border-color: rgb(210,53,123); }
td.TdClassName
{
border-color: #D2357B;
}
.TagClassName
{
border-color: #D2357B;
}
</style>