Shades of Deep Cerise #DA3F92
Tints of Deep Cerise #DA3F92
RGB
CMYK
RGB Variations
Color information
#DA3F92 (or 0xDA3F92) is known color: Deep Cerise. HEX triplet: DA, 3F and 92. RGB value is (218,63,146). Sum of RGB (Red+Green+Blue) = 218+63+146=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F92 is #25C06D. Grayscale: #767676. Windows color (decimal): -2474094 or 9584602. OLE color: 9584602.
HSL color Cylindrical-coordinate representation of color #DA3F92: hue angle of 327.87º 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 #DA3F92 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 146 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.15 |
| HSL | 327.87º | 0.68% | 0.55% | - |
| HSV(B) | 327.87º | 0.71% | 0.85% | - |
| XYZ | 35.88 | 20.54 | 29.27 | - |
| YUV | 118.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 146 | 0 | 0.71 | 0.33 | 0.15 | 327.87 | 0.68 | 0.55 |
| Hex | DA | 3F | 92 | 0 | 47 | 21 | F | 148 | 44 | 37 |
| Octal | 332 | 77 | 222 | 0 | 107 | 41 | 17 | 510 | 104 | 67 |
| Binary | 11011010 | 111111 | 10010010 | 0 | 1000111 | 100001 | 1111 | 101001000 | 1000100 | 110111 |
Color Harmonies of #DA3F92
Complementary color
Monochromatic Colors of #DA3F92
Black with #DA3F92
Text Example
Text Example
White with #DA3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F92; }
p { color: rgb(218,63,146); }
H1.HeaderClassName
{
color: #DA3F92;
}
.AnyTagClassName
{
color: #DA3F92;
}
</style>
background-color css
<style>
a { background-color: #DA3F92; }
a { background-color: rgb(218,63,146); }
div.DivClassName
{
background-color: #DA3F92;
}
.BgClassName
{
background-color: #DA3F92;
}
</style>
border-color css
<style>
span { border-color: #DA3F92; }
span { border-color: rgb(218,63,146); }
td.TdClassName
{
border-color: #DA3F92;
}
.TagClassName
{
border-color: #DA3F92;
}
</style>