Shades of Deep Cerise #D838A8
Tints of Deep Cerise #D838A8
RGB
CMYK
RGB Variations
Color information
#D838A8 (or 0xD838A8) is known color: Deep Cerise. HEX triplet: D8, 38 and A8. RGB value is (216,56,168). Sum of RGB (Red+Green+Blue) = 216+56+168=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D838A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D838A8 is #27C757. Grayscale: #747474. Windows color (decimal): -2606936 or 11024600. OLE color: 11024600.
HSL color Cylindrical-coordinate representation of color #D838A8: hue angle of 318º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838A8 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 168 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.15 |
| HSL | 318º | 0.67% | 0.53% | - |
| HSV(B) | 318º | 0.74% | 0.85% | - |
| XYZ | 36.8 | 20.25 | 39.02 | - |
| YUV | 116.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 168 | 0 | 0.74 | 0.22 | 0.15 | 318 | 0.67 | 0.53 |
| Hex | D8 | 38 | A8 | 0 | 4A | 16 | F | 13E | 43 | 35 |
| Octal | 330 | 70 | 250 | 0 | 112 | 26 | 17 | 476 | 103 | 65 |
| Binary | 11011000 | 111000 | 10101000 | 0 | 1001010 | 10110 | 1111 | 100111110 | 1000011 | 110101 |
Color Harmonies of #D838A8
Complementary color
Monochromatic Colors of #D838A8
Black with #D838A8
Text Example
Text Example
White with #D838A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838A8; }
p { color: rgb(216,56,168); }
H1.HeaderClassName
{
color: #D838A8;
}
.AnyTagClassName
{
color: #D838A8;
}
</style>
background-color css
<style>
a { background-color: #D838A8; }
a { background-color: rgb(216,56,168); }
div.DivClassName
{
background-color: #D838A8;
}
.BgClassName
{
background-color: #D838A8;
}
</style>
border-color css
<style>
span { border-color: #D838A8; }
span { border-color: rgb(216,56,168); }
td.TdClassName
{
border-color: #D838A8;
}
.TagClassName
{
border-color: #D838A8;
}
</style>