Shades of Deep Cerise #D921A4
Tints of Deep Cerise #D921A4
RGB
CMYK
RGB Variations
Color information
#D921A4 (or 0xD921A4) is known color: Deep Cerise. HEX triplet: D9, 21 and A4. RGB value is (217,33,164). Sum of RGB (Red+Green+Blue) = 217+33+164=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D921A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921A4 is #26DE5B. Grayscale: #666666. Windows color (decimal): -2547292 or 10756569. OLE color: 10756569.
HSL color Cylindrical-coordinate representation of color #D921A4: hue angle of 317.28º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D921A4 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 164 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.15 |
| HSL | 317.28º | 0.74% | 0.49% | - |
| HSV(B) | 317.28º | 0.85% | 0.85% | - |
| XYZ | 35.86 | 18.52 | 36.81 | - |
| YUV | 102.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 164 | 0 | 0.85 | 0.24 | 0.15 | 317.28 | 0.74 | 0.49 |
| Hex | D9 | 21 | A4 | 0 | 55 | 18 | F | 13D | 4A | 31 |
| Octal | 331 | 41 | 244 | 0 | 125 | 30 | 17 | 475 | 112 | 61 |
| Binary | 11011001 | 100001 | 10100100 | 0 | 1010101 | 11000 | 1111 | 100111101 | 1001010 | 110001 |
Color Harmonies of #D921A4
Complementary color
Monochromatic Colors of #D921A4
Black with #D921A4
Text Example
Text Example
White with #D921A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921A4; }
p { color: rgb(217,33,164); }
H1.HeaderClassName
{
color: #D921A4;
}
.AnyTagClassName
{
color: #D921A4;
}
</style>
background-color css
<style>
a { background-color: #D921A4; }
a { background-color: rgb(217,33,164); }
div.DivClassName
{
background-color: #D921A4;
}
.BgClassName
{
background-color: #D921A4;
}
</style>
border-color css
<style>
span { border-color: #D921A4; }
span { border-color: rgb(217,33,164); }
td.TdClassName
{
border-color: #D921A4;
}
.TagClassName
{
border-color: #D921A4;
}
</style>