Shades of Deep Cerise #D226A3
Tints of Deep Cerise #D226A3
RGB
CMYK
RGB Variations
Color information
#D226A3 (or 0xD226A3) is known color: Deep Cerise. HEX triplet: D2, 26 and A3. RGB value is (210,38,163). Sum of RGB (Red+Green+Blue) = 210+38+163=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D226A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D226A3 is #2DD95C. Grayscale: #676767. Windows color (decimal): -3004765 or 10692306. OLE color: 10692306.
HSL color Cylindrical-coordinate representation of color #D226A3: hue angle of 316.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D226A3 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 163 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.18 |
| HSL | 316.4º | 0.69% | 0.49% | - |
| HSV(B) | 316.4º | 0.82% | 0.82% | - |
| XYZ | 33.88 | 17.73 | 36.29 | - |
| YUV | 103.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 163 | 0 | 0.82 | 0.22 | 0.18 | 316.4 | 0.69 | 0.49 |
| Hex | D2 | 26 | A3 | 0 | 52 | 16 | 12 | 13C | 45 | 31 |
| Octal | 322 | 46 | 243 | 0 | 122 | 26 | 22 | 474 | 105 | 61 |
| Binary | 11010010 | 100110 | 10100011 | 0 | 1010010 | 10110 | 10010 | 100111100 | 1000101 | 110001 |
Color Harmonies of #D226A3
Complementary color
Monochromatic Colors of #D226A3
Black with #D226A3
Text Example
Text Example
White with #D226A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226A3; }
p { color: rgb(210,38,163); }
H1.HeaderClassName
{
color: #D226A3;
}
.AnyTagClassName
{
color: #D226A3;
}
</style>
background-color css
<style>
a { background-color: #D226A3; }
a { background-color: rgb(210,38,163); }
div.DivClassName
{
background-color: #D226A3;
}
.BgClassName
{
background-color: #D226A3;
}
</style>
border-color css
<style>
span { border-color: #D226A3; }
span { border-color: rgb(210,38,163); }
td.TdClassName
{
border-color: #D226A3;
}
.TagClassName
{
border-color: #D226A3;
}
</style>