Shades of Deep Cerise #D5299A
Tints of Deep Cerise #D5299A
RGB
CMYK
RGB Variations
Color information
#D5299A (or 0xD5299A) is known color: Deep Cerise. HEX triplet: D5, 29 and 9A. RGB value is (213,41,154). Sum of RGB (Red+Green+Blue) = 213+41+154=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5299A is #2AD665. Grayscale: #696969. Windows color (decimal): -2807398 or 10103253. OLE color: 10103253.
HSL color Cylindrical-coordinate representation of color #D5299A: hue angle of 320.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5299A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 154 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.16 |
| HSL | 320.58º | 0.68% | 0.5% | - |
| HSV(B) | 320.58º | 0.81% | 0.84% | - |
| XYZ | 34.07 | 18.07 | 32.26 | - |
| YUV | 105.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 154 | 0 | 0.81 | 0.28 | 0.16 | 320.58 | 0.68 | 0.5 |
| Hex | D5 | 29 | 9A | 0 | 51 | 1C | 10 | 141 | 44 | 32 |
| Octal | 325 | 51 | 232 | 0 | 121 | 34 | 20 | 501 | 104 | 62 |
| Binary | 11010101 | 101001 | 10011010 | 0 | 1010001 | 11100 | 10000 | 101000001 | 1000100 | 110010 |
Color Harmonies of #D5299A
Complementary color
Monochromatic Colors of #D5299A
Black with #D5299A
Text Example
Text Example
White with #D5299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5299A; }
p { color: rgb(213,41,154); }
H1.HeaderClassName
{
color: #D5299A;
}
.AnyTagClassName
{
color: #D5299A;
}
</style>
background-color css
<style>
a { background-color: #D5299A; }
a { background-color: rgb(213,41,154); }
div.DivClassName
{
background-color: #D5299A;
}
.BgClassName
{
background-color: #D5299A;
}
</style>
border-color css
<style>
span { border-color: #D5299A; }
span { border-color: rgb(213,41,154); }
td.TdClassName
{
border-color: #D5299A;
}
.TagClassName
{
border-color: #D5299A;
}
</style>