Shades of Deep Cerise #DA4092
Tints of Deep Cerise #DA4092
RGB
CMYK
RGB Variations
Color information
#DA4092 (or 0xDA4092) is known color: Deep Cerise. HEX triplet: DA, 40 and 92. RGB value is (218,64,146). Sum of RGB (Red+Green+Blue) = 218+64+146=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4092 is #25BF6D. Grayscale: #777777. Windows color (decimal): -2473838 or 9584858. OLE color: 9584858.
HSL color Cylindrical-coordinate representation of color #DA4092: hue angle of 328.05º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4092 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 146 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.15 |
| HSL | 328.05º | 0.68% | 0.55% | - |
| HSV(B) | 328.05º | 0.71% | 0.85% | - |
| XYZ | 35.94 | 20.65 | 29.29 | - |
| YUV | 119.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 146 | 0 | 0.71 | 0.33 | 0.15 | 328.05 | 0.68 | 0.55 |
| Hex | DA | 40 | 92 | 0 | 47 | 21 | F | 148 | 44 | 37 |
| Octal | 332 | 100 | 222 | 0 | 107 | 41 | 17 | 510 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10010010 | 0 | 1000111 | 100001 | 1111 | 101001000 | 1000100 | 110111 |
Color Harmonies of #DA4092
Complementary color
Monochromatic Colors of #DA4092
Black with #DA4092
Text Example
Text Example
White with #DA4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4092; }
p { color: rgb(218,64,146); }
H1.HeaderClassName
{
color: #DA4092;
}
.AnyTagClassName
{
color: #DA4092;
}
</style>
background-color css
<style>
a { background-color: #DA4092; }
a { background-color: rgb(218,64,146); }
div.DivClassName
{
background-color: #DA4092;
}
.BgClassName
{
background-color: #DA4092;
}
</style>
border-color css
<style>
span { border-color: #DA4092; }
span { border-color: rgb(218,64,146); }
td.TdClassName
{
border-color: #DA4092;
}
.TagClassName
{
border-color: #DA4092;
}
</style>