Shades of Deep Cerise #DD35A8
Tints of Deep Cerise #DD35A8
RGB
CMYK
RGB Variations
Color information
#DD35A8 (or 0xDD35A8) is known color: Deep Cerise. HEX triplet: DD, 35 and A8. RGB value is (221,53,168). Sum of RGB (Red+Green+Blue) = 221+53+168=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD35A8 is #22CA57. Grayscale: #747474. Windows color (decimal): -2280024 or 11023837. OLE color: 11023837.
HSL color Cylindrical-coordinate representation of color #DD35A8: hue angle of 318.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD35A8 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 168 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.13 |
| HSL | 318.93º | 0.71% | 0.54% | - |
| HSV(B) | 318.93º | 0.76% | 0.87% | - |
| XYZ | 38.16 | 20.75 | 39.04 | - |
| YUV | 116.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 168 | 0 | 0.76 | 0.24 | 0.13 | 318.93 | 0.71 | 0.54 |
| Hex | DD | 35 | A8 | 0 | 4C | 18 | D | 13F | 47 | 36 |
| Octal | 335 | 65 | 250 | 0 | 114 | 30 | 15 | 477 | 107 | 66 |
| Binary | 11011101 | 110101 | 10101000 | 0 | 1001100 | 11000 | 1101 | 100111111 | 1000111 | 110110 |
Color Harmonies of #DD35A8
Complementary color
Monochromatic Colors of #DD35A8
Black with #DD35A8
Text Example
Text Example
White with #DD35A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35A8; }
p { color: rgb(221,53,168); }
H1.HeaderClassName
{
color: #DD35A8;
}
.AnyTagClassName
{
color: #DD35A8;
}
</style>
background-color css
<style>
a { background-color: #DD35A8; }
a { background-color: rgb(221,53,168); }
div.DivClassName
{
background-color: #DD35A8;
}
.BgClassName
{
background-color: #DD35A8;
}
</style>
border-color css
<style>
span { border-color: #DD35A8; }
span { border-color: rgb(221,53,168); }
td.TdClassName
{
border-color: #DD35A8;
}
.TagClassName
{
border-color: #DD35A8;
}
</style>