Shades of Deep Cerise #DA3C81
Tints of Deep Cerise #DA3C81
RGB
CMYK
RGB Variations
Color information
#DA3C81 (or 0xDA3C81) is known color: Deep Cerise. HEX triplet: DA, 3C and 81. RGB value is (218,60,129). Sum of RGB (Red+Green+Blue) = 218+60+129=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C81 is #25C37E. Grayscale: #727272. Windows color (decimal): -2474879 or 8469722. OLE color: 8469722.
HSL color Cylindrical-coordinate representation of color #DA3C81: hue angle of 333.8º 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 #DA3C81 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 129 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.15 |
| HSL | 333.8º | 0.68% | 0.55% | - |
| HSV(B) | 333.8º | 0.72% | 0.85% | - |
| XYZ | 34.49 | 19.72 | 22.76 | - |
| YUV | 115.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 129 | 0 | 0.72 | 0.41 | 0.15 | 333.8 | 0.68 | 0.55 |
| Hex | DA | 3C | 81 | 0 | 48 | 29 | F | 14E | 44 | 37 |
| Octal | 332 | 74 | 201 | 0 | 110 | 51 | 17 | 516 | 104 | 67 |
| Binary | 11011010 | 111100 | 10000001 | 0 | 1001000 | 101001 | 1111 | 101001110 | 1000100 | 110111 |
Color Harmonies of #DA3C81
Complementary color
Monochromatic Colors of #DA3C81
Black with #DA3C81
Text Example
Text Example
White with #DA3C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C81; }
p { color: rgb(218,60,129); }
H1.HeaderClassName
{
color: #DA3C81;
}
.AnyTagClassName
{
color: #DA3C81;
}
</style>
background-color css
<style>
a { background-color: #DA3C81; }
a { background-color: rgb(218,60,129); }
div.DivClassName
{
background-color: #DA3C81;
}
.BgClassName
{
background-color: #DA3C81;
}
</style>
border-color css
<style>
span { border-color: #DA3C81; }
span { border-color: rgb(218,60,129); }
td.TdClassName
{
border-color: #DA3C81;
}
.TagClassName
{
border-color: #DA3C81;
}
</style>