Shades of Deep Cerise #DA217A
Tints of Deep Cerise #DA217A
RGB
CMYK
RGB Variations
Color information
#DA217A (or 0xDA217A) is known color: Deep Cerise. HEX triplet: DA, 21 and 7A. RGB value is (218,33,122). Sum of RGB (Red+Green+Blue) = 218+33+122=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA217A is #25DE85. Grayscale: #626262. Windows color (decimal): -2481798 or 8004058. OLE color: 8004058.
HSL color Cylindrical-coordinate representation of color #DA217A: hue angle of 331.14º 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 #DA217A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 122 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.15 |
| HSL | 331.14º | 0.74% | 0.49% | - |
| HSV(B) | 331.14º | 0.85% | 0.85% | - |
| XYZ | 32.97 | 17.4 | 20.03 | - |
| YUV | 98.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 122 | 0 | 0.85 | 0.44 | 0.15 | 331.14 | 0.74 | 0.49 |
| Hex | DA | 21 | 7A | 0 | 55 | 2C | F | 14B | 4A | 31 |
| Octal | 332 | 41 | 172 | 0 | 125 | 54 | 17 | 513 | 112 | 61 |
| Binary | 11011010 | 100001 | 1111010 | 0 | 1010101 | 101100 | 1111 | 101001011 | 1001010 | 110001 |
Color Harmonies of #DA217A
Complementary color
Monochromatic Colors of #DA217A
Black with #DA217A
Text Example
Text Example
White with #DA217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA217A; }
p { color: rgb(218,33,122); }
H1.HeaderClassName
{
color: #DA217A;
}
.AnyTagClassName
{
color: #DA217A;
}
</style>
background-color css
<style>
a { background-color: #DA217A; }
a { background-color: rgb(218,33,122); }
div.DivClassName
{
background-color: #DA217A;
}
.BgClassName
{
background-color: #DA217A;
}
</style>
border-color css
<style>
span { border-color: #DA217A; }
span { border-color: rgb(218,33,122); }
td.TdClassName
{
border-color: #DA217A;
}
.TagClassName
{
border-color: #DA217A;
}
</style>