Shades of Deep Cerise #D23AA2
Tints of Deep Cerise #D23AA2
RGB
CMYK
RGB Variations
Color information
#D23AA2 (or 0xD23AA2) is known color: Deep Cerise. HEX triplet: D2, 3A and A2. RGB value is (210,58,162). Sum of RGB (Red+Green+Blue) = 210+58+162=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AA2 is #2DC55D. Grayscale: #737373. Windows color (decimal): -2999646 or 10631890. OLE color: 10631890.
HSL color Cylindrical-coordinate representation of color #D23AA2: hue angle of 318.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23AA2 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 162 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.18 |
| HSL | 318.95º | 0.63% | 0.53% | - |
| HSV(B) | 318.95º | 0.72% | 0.82% | - |
| XYZ | 34.61 | 19.34 | 36.09 | - |
| YUV | 115.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 162 | 0 | 0.72 | 0.23 | 0.18 | 318.95 | 0.63 | 0.53 |
| Hex | D2 | 3A | A2 | 0 | 48 | 17 | 12 | 13F | 3F | 35 |
| Octal | 322 | 72 | 242 | 0 | 110 | 27 | 22 | 477 | 77 | 65 |
| Binary | 11010010 | 111010 | 10100010 | 0 | 1001000 | 10111 | 10010 | 100111111 | 111111 | 110101 |
Color Harmonies of #D23AA2
Complementary color
Monochromatic Colors of #D23AA2
Black with #D23AA2
Text Example
Text Example
White with #D23AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AA2; }
p { color: rgb(210,58,162); }
H1.HeaderClassName
{
color: #D23AA2;
}
.AnyTagClassName
{
color: #D23AA2;
}
</style>
background-color css
<style>
a { background-color: #D23AA2; }
a { background-color: rgb(210,58,162); }
div.DivClassName
{
background-color: #D23AA2;
}
.BgClassName
{
background-color: #D23AA2;
}
</style>
border-color css
<style>
span { border-color: #D23AA2; }
span { border-color: rgb(210,58,162); }
td.TdClassName
{
border-color: #D23AA2;
}
.TagClassName
{
border-color: #D23AA2;
}
</style>