Shades of Deep Cerise #D23697
Tints of Deep Cerise #D23697
RGB
CMYK
RGB Variations
Color information
#D23697 (or 0xD23697) is known color: Deep Cerise. HEX triplet: D2, 36 and 97. RGB value is (210,54,151). Sum of RGB (Red+Green+Blue) = 210+54+151=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D23697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23697 is #2DC968. Grayscale: #6F6F6F. Windows color (decimal): -3000681 or 9909970. OLE color: 9909970.
HSL color Cylindrical-coordinate representation of color #D23697: hue angle of 322.69º 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 #D23697 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 151 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.18 |
| HSL | 322.69º | 0.63% | 0.52% | - |
| HSV(B) | 322.69º | 0.74% | 0.82% | - |
| XYZ | 33.48 | 18.57 | 31.1 | - |
| YUV | 111.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 151 | 0 | 0.74 | 0.28 | 0.18 | 322.69 | 0.63 | 0.52 |
| Hex | D2 | 36 | 97 | 0 | 4A | 1C | 12 | 143 | 3F | 34 |
| Octal | 322 | 66 | 227 | 0 | 112 | 34 | 22 | 503 | 77 | 64 |
| Binary | 11010010 | 110110 | 10010111 | 0 | 1001010 | 11100 | 10010 | 101000011 | 111111 | 110100 |
Color Harmonies of #D23697
Complementary color
Monochromatic Colors of #D23697
Black with #D23697
Text Example
Text Example
White with #D23697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23697; }
p { color: rgb(210,54,151); }
H1.HeaderClassName
{
color: #D23697;
}
.AnyTagClassName
{
color: #D23697;
}
</style>
background-color css
<style>
a { background-color: #D23697; }
a { background-color: rgb(210,54,151); }
div.DivClassName
{
background-color: #D23697;
}
.BgClassName
{
background-color: #D23697;
}
</style>
border-color css
<style>
span { border-color: #D23697; }
span { border-color: rgb(210,54,151); }
td.TdClassName
{
border-color: #D23697;
}
.TagClassName
{
border-color: #D23697;
}
</style>