Shades of Deep Cerise #D838A2
Tints of Deep Cerise #D838A2
RGB
CMYK
RGB Variations
Color information
#D838A2 (or 0xD838A2) is known color: Deep Cerise. HEX triplet: D8, 38 and A2. RGB value is (216,56,162). Sum of RGB (Red+Green+Blue) = 216+56+162=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D838A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D838A2 is #27C75D. Grayscale: #737373. Windows color (decimal): -2606942 or 10631384. OLE color: 10631384.
HSL color Cylindrical-coordinate representation of color #D838A2: hue angle of 320.25º 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 #D838A2 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 162 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.15 |
| HSL | 320.25º | 0.67% | 0.53% | - |
| HSV(B) | 320.25º | 0.74% | 0.85% | - |
| XYZ | 36.25 | 20.04 | 36.14 | - |
| YUV | 115.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 162 | 0 | 0.74 | 0.25 | 0.15 | 320.25 | 0.67 | 0.53 |
| Hex | D8 | 38 | A2 | 0 | 4A | 19 | F | 140 | 43 | 35 |
| Octal | 330 | 70 | 242 | 0 | 112 | 31 | 17 | 500 | 103 | 65 |
| Binary | 11011000 | 111000 | 10100010 | 0 | 1001010 | 11001 | 1111 | 101000000 | 1000011 | 110101 |
Color Harmonies of #D838A2
Complementary color
Monochromatic Colors of #D838A2
Black with #D838A2
Text Example
Text Example
White with #D838A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838A2; }
p { color: rgb(216,56,162); }
H1.HeaderClassName
{
color: #D838A2;
}
.AnyTagClassName
{
color: #D838A2;
}
</style>
background-color css
<style>
a { background-color: #D838A2; }
a { background-color: rgb(216,56,162); }
div.DivClassName
{
background-color: #D838A2;
}
.BgClassName
{
background-color: #D838A2;
}
</style>
border-color css
<style>
span { border-color: #D838A2; }
span { border-color: rgb(216,56,162); }
td.TdClassName
{
border-color: #D838A2;
}
.TagClassName
{
border-color: #D838A2;
}
</style>