Shades of Deep Cerise #D23689
Tints of Deep Cerise #D23689
RGB
CMYK
RGB Variations
Color information
#D23689 (or 0xD23689) is known color: Deep Cerise. HEX triplet: D2, 36 and 89. RGB value is (210,54,137). Sum of RGB (Red+Green+Blue) = 210+54+137=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D23689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23689 is #2DC976. Grayscale: #6D6D6D. Windows color (decimal): -3000695 or 8992466. OLE color: 8992466.
HSL color Cylindrical-coordinate representation of color #D23689: hue angle of 328.08º 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 #D23689 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 137 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.18 |
| HSL | 328.08º | 0.63% | 0.52% | - |
| HSV(B) | 328.08º | 0.74% | 0.82% | - |
| XYZ | 32.41 | 18.15 | 25.46 | - |
| YUV | 110.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 137 | 0 | 0.74 | 0.35 | 0.18 | 328.08 | 0.63 | 0.52 |
| Hex | D2 | 36 | 89 | 0 | 4A | 23 | 12 | 148 | 3F | 34 |
| Octal | 322 | 66 | 211 | 0 | 112 | 43 | 22 | 510 | 77 | 64 |
| Binary | 11010010 | 110110 | 10001001 | 0 | 1001010 | 100011 | 10010 | 101001000 | 111111 | 110100 |
Color Harmonies of #D23689
Complementary color
Monochromatic Colors of #D23689
Black with #D23689
Text Example
Text Example
White with #D23689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23689; }
p { color: rgb(210,54,137); }
H1.HeaderClassName
{
color: #D23689;
}
.AnyTagClassName
{
color: #D23689;
}
</style>
background-color css
<style>
a { background-color: #D23689; }
a { background-color: rgb(210,54,137); }
div.DivClassName
{
background-color: #D23689;
}
.BgClassName
{
background-color: #D23689;
}
</style>
border-color css
<style>
span { border-color: #D23689; }
span { border-color: rgb(210,54,137); }
td.TdClassName
{
border-color: #D23689;
}
.TagClassName
{
border-color: #D23689;
}
</style>