Shades of Deep Cerise #DA28A6
Tints of Deep Cerise #DA28A6
RGB
CMYK
RGB Variations
Color information
#DA28A6 (or 0xDA28A6) is known color: Deep Cerise. HEX triplet: DA, 28 and A6. RGB value is (218,40,166). Sum of RGB (Red+Green+Blue) = 218+40+166=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A6 is #25D759. Grayscale: #6B6B6B. Windows color (decimal): -2479962 or 10889434. OLE color: 10889434.
HSL color Cylindrical-coordinate representation of color #DA28A6: hue angle of 317.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28A6 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 166 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.15 |
| HSL | 317.53º | 0.71% | 0.51% | - |
| HSV(B) | 317.53º | 0.82% | 0.85% | - |
| XYZ | 36.56 | 19.18 | 37.85 | - |
| YUV | 107.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 166 | 0 | 0.82 | 0.24 | 0.15 | 317.53 | 0.71 | 0.51 |
| Hex | DA | 28 | A6 | 0 | 52 | 18 | F | 13E | 47 | 33 |
| Octal | 332 | 50 | 246 | 0 | 122 | 30 | 17 | 476 | 107 | 63 |
| Binary | 11011010 | 101000 | 10100110 | 0 | 1010010 | 11000 | 1111 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DA28A6
Complementary color
Monochromatic Colors of #DA28A6
Black with #DA28A6
Text Example
Text Example
White with #DA28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28A6; }
p { color: rgb(218,40,166); }
H1.HeaderClassName
{
color: #DA28A6;
}
.AnyTagClassName
{
color: #DA28A6;
}
</style>
background-color css
<style>
a { background-color: #DA28A6; }
a { background-color: rgb(218,40,166); }
div.DivClassName
{
background-color: #DA28A6;
}
.BgClassName
{
background-color: #DA28A6;
}
</style>
border-color css
<style>
span { border-color: #DA28A6; }
span { border-color: rgb(218,40,166); }
td.TdClassName
{
border-color: #DA28A6;
}
.TagClassName
{
border-color: #DA28A6;
}
</style>