Shades of Deep Cerise #DA37AB
Tints of Deep Cerise #DA37AB
RGB
CMYK
RGB Variations
Color information
#DA37AB (or 0xDA37AB) is known color: Deep Cerise. HEX triplet: DA, 37 and AB. RGB value is (218,55,171). Sum of RGB (Red+Green+Blue) = 218+55+171=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37AB is #25C854. Grayscale: #747474. Windows color (decimal): -2476117 or 11220954. OLE color: 11220954.
HSL color Cylindrical-coordinate representation of color #DA37AB: hue angle of 317.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA37AB is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 171 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.15 |
| HSL | 317.3º | 0.69% | 0.54% | - |
| HSV(B) | 317.3º | 0.75% | 0.85% | - |
| XYZ | 37.63 | 20.58 | 40.52 | - |
| YUV | 116.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 171 | 0 | 0.75 | 0.22 | 0.15 | 317.3 | 0.69 | 0.54 |
| Hex | DA | 37 | AB | 0 | 4B | 16 | F | 13D | 45 | 36 |
| Octal | 332 | 67 | 253 | 0 | 113 | 26 | 17 | 475 | 105 | 66 |
| Binary | 11011010 | 110111 | 10101011 | 0 | 1001011 | 10110 | 1111 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DA37AB
Complementary color
Monochromatic Colors of #DA37AB
Black with #DA37AB
Text Example
Text Example
White with #DA37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37AB; }
p { color: rgb(218,55,171); }
H1.HeaderClassName
{
color: #DA37AB;
}
.AnyTagClassName
{
color: #DA37AB;
}
</style>
background-color css
<style>
a { background-color: #DA37AB; }
a { background-color: rgb(218,55,171); }
div.DivClassName
{
background-color: #DA37AB;
}
.BgClassName
{
background-color: #DA37AB;
}
</style>
border-color css
<style>
span { border-color: #DA37AB; }
span { border-color: rgb(218,55,171); }
td.TdClassName
{
border-color: #DA37AB;
}
.TagClassName
{
border-color: #DA37AB;
}
</style>