Shades of Deep Cerise #DA3F82
Tints of Deep Cerise #DA3F82
RGB
CMYK
RGB Variations
Color information
#DA3F82 (or 0xDA3F82) is known color: Deep Cerise. HEX triplet: DA, 3F and 82. RGB value is (218,63,130). Sum of RGB (Red+Green+Blue) = 218+63+130=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F82 is #25C07D. Grayscale: #747474. Windows color (decimal): -2474110 or 8536026. OLE color: 8536026.
HSL color Cylindrical-coordinate representation of color #DA3F82: hue angle of 334.06º 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 #DA3F82 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 130 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.15 |
| HSL | 334.06º | 0.68% | 0.55% | - |
| HSV(B) | 334.06º | 0.71% | 0.85% | - |
| XYZ | 34.72 | 20.07 | 23.16 | - |
| YUV | 116.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 130 | 0 | 0.71 | 0.40 | 0.15 | 334.06 | 0.68 | 0.55 |
| Hex | DA | 3F | 82 | 0 | 47 | 28 | F | 14E | 44 | 37 |
| Octal | 332 | 77 | 202 | 0 | 107 | 50 | 17 | 516 | 104 | 67 |
| Binary | 11011010 | 111111 | 10000010 | 0 | 1000111 | 101000 | 1111 | 101001110 | 1000100 | 110111 |
Color Harmonies of #DA3F82
Complementary color
Monochromatic Colors of #DA3F82
Black with #DA3F82
Text Example
Text Example
White with #DA3F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F82; }
p { color: rgb(218,63,130); }
H1.HeaderClassName
{
color: #DA3F82;
}
.AnyTagClassName
{
color: #DA3F82;
}
</style>
background-color css
<style>
a { background-color: #DA3F82; }
a { background-color: rgb(218,63,130); }
div.DivClassName
{
background-color: #DA3F82;
}
.BgClassName
{
background-color: #DA3F82;
}
</style>
border-color css
<style>
span { border-color: #DA3F82; }
span { border-color: rgb(218,63,130); }
td.TdClassName
{
border-color: #DA3F82;
}
.TagClassName
{
border-color: #DA3F82;
}
</style>