Shades of Deep Cerise #D2347D
Tints of Deep Cerise #D2347D
RGB
CMYK
RGB Variations
Color information
#D2347D (or 0xD2347D) is known color: Deep Cerise. HEX triplet: D2, 34 and 7D. RGB value is (210,52,125). Sum of RGB (Red+Green+Blue) = 210+52+125=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2347D is #2DCB82. Grayscale: #6B6B6B. Windows color (decimal): -3001219 or 8205522. OLE color: 8205522.
HSL color Cylindrical-coordinate representation of color #D2347D: hue angle of 332.28º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2347D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 125 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.18 |
| HSL | 332.28º | 0.64% | 0.51% | - |
| HSV(B) | 332.28º | 0.75% | 0.82% | - |
| XYZ | 31.51 | 17.64 | 21.15 | - |
| YUV | 107.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 125 | 0 | 0.75 | 0.40 | 0.18 | 332.28 | 0.64 | 0.51 |
| Hex | D2 | 34 | 7D | 0 | 4B | 28 | 12 | 14C | 40 | 33 |
| Octal | 322 | 64 | 175 | 0 | 113 | 50 | 22 | 514 | 100 | 63 |
| Binary | 11010010 | 110100 | 1111101 | 0 | 1001011 | 101000 | 10010 | 101001100 | 1000000 | 110011 |
Color Harmonies of #D2347D
Complementary color
Monochromatic Colors of #D2347D
Black with #D2347D
Text Example
Text Example
White with #D2347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2347D; }
p { color: rgb(210,52,125); }
H1.HeaderClassName
{
color: #D2347D;
}
.AnyTagClassName
{
color: #D2347D;
}
</style>
background-color css
<style>
a { background-color: #D2347D; }
a { background-color: rgb(210,52,125); }
div.DivClassName
{
background-color: #D2347D;
}
.BgClassName
{
background-color: #D2347D;
}
</style>
border-color css
<style>
span { border-color: #D2347D; }
span { border-color: rgb(210,52,125); }
td.TdClassName
{
border-color: #D2347D;
}
.TagClassName
{
border-color: #D2347D;
}
</style>