Shades of Deep Cerise #DA3F7E
Tints of Deep Cerise #DA3F7E
RGB
CMYK
RGB Variations
Color information
#DA3F7E (or 0xDA3F7E) is known color: Deep Cerise. HEX triplet: DA, 3F and 7E. RGB value is (218,63,126). Sum of RGB (Red+Green+Blue) = 218+63+126=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F7E is #25C081. Grayscale: #747474. Windows color (decimal): -2474114 or 8273882. OLE color: 8273882.
HSL color Cylindrical-coordinate representation of color #DA3F7E: hue angle of 335.61º 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 #DA3F7E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 126 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.15 |
| HSL | 335.61º | 0.68% | 0.55% | - |
| HSV(B) | 335.61º | 0.71% | 0.85% | - |
| XYZ | 34.46 | 19.97 | 21.78 | - |
| YUV | 116.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 126 | 0 | 0.71 | 0.42 | 0.15 | 335.61 | 0.68 | 0.55 |
| Hex | DA | 3F | 7E | 0 | 47 | 2A | F | 150 | 44 | 37 |
| Octal | 332 | 77 | 176 | 0 | 107 | 52 | 17 | 520 | 104 | 67 |
| Binary | 11011010 | 111111 | 1111110 | 0 | 1000111 | 101010 | 1111 | 101010000 | 1000100 | 110111 |
Color Harmonies of #DA3F7E
Complementary color
Monochromatic Colors of #DA3F7E
Black with #DA3F7E
Text Example
Text Example
White with #DA3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F7E; }
p { color: rgb(218,63,126); }
H1.HeaderClassName
{
color: #DA3F7E;
}
.AnyTagClassName
{
color: #DA3F7E;
}
</style>
background-color css
<style>
a { background-color: #DA3F7E; }
a { background-color: rgb(218,63,126); }
div.DivClassName
{
background-color: #DA3F7E;
}
.BgClassName
{
background-color: #DA3F7E;
}
</style>
border-color css
<style>
span { border-color: #DA3F7E; }
span { border-color: rgb(218,63,126); }
td.TdClassName
{
border-color: #DA3F7E;
}
.TagClassName
{
border-color: #DA3F7E;
}
</style>