Shades of Deep Cerise #DA3C92
Tints of Deep Cerise #DA3C92
RGB
CMYK
RGB Variations
Color information
#DA3C92 (or 0xDA3C92) is known color: Deep Cerise. HEX triplet: DA, 3C and 92. RGB value is (218,60,146). Sum of RGB (Red+Green+Blue) = 218+60+146=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C92 is #25C36D. Grayscale: #747474. Windows color (decimal): -2474862 or 9583834. OLE color: 9583834.
HSL color Cylindrical-coordinate representation of color #DA3C92: hue angle of 327.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C92 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 146 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.15 |
| HSL | 327.34º | 0.68% | 0.55% | - |
| HSV(B) | 327.34º | 0.72% | 0.85% | - |
| XYZ | 35.72 | 20.21 | 29.21 | - |
| YUV | 117.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 146 | 0 | 0.72 | 0.33 | 0.15 | 327.34 | 0.68 | 0.55 |
| Hex | DA | 3C | 92 | 0 | 48 | 21 | F | 147 | 44 | 37 |
| Octal | 332 | 74 | 222 | 0 | 110 | 41 | 17 | 507 | 104 | 67 |
| Binary | 11011010 | 111100 | 10010010 | 0 | 1001000 | 100001 | 1111 | 101000111 | 1000100 | 110111 |
Color Harmonies of #DA3C92
Complementary color
Monochromatic Colors of #DA3C92
Black with #DA3C92
Text Example
Text Example
White with #DA3C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C92; }
p { color: rgb(218,60,146); }
H1.HeaderClassName
{
color: #DA3C92;
}
.AnyTagClassName
{
color: #DA3C92;
}
</style>
background-color css
<style>
a { background-color: #DA3C92; }
a { background-color: rgb(218,60,146); }
div.DivClassName
{
background-color: #DA3C92;
}
.BgClassName
{
background-color: #DA3C92;
}
</style>
border-color css
<style>
span { border-color: #DA3C92; }
span { border-color: rgb(218,60,146); }
td.TdClassName
{
border-color: #DA3C92;
}
.TagClassName
{
border-color: #DA3C92;
}
</style>