Shades of Deep Cerise #DA3F7D
Tints of Deep Cerise #DA3F7D
RGB
CMYK
RGB Variations
Color information
#DA3F7D (or 0xDA3F7D) is known color: Deep Cerise. HEX triplet: DA, 3F and 7D. RGB value is (218,63,125). Sum of RGB (Red+Green+Blue) = 218+63+125=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F7D is #25C082. Grayscale: #747474. Windows color (decimal): -2474115 or 8208346. OLE color: 8208346.
HSL color Cylindrical-coordinate representation of color #DA3F7D: hue angle of 336º 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 #DA3F7D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 125 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.15 |
| HSL | 336º | 0.68% | 0.55% | - |
| HSV(B) | 336º | 0.71% | 0.85% | - |
| XYZ | 34.39 | 19.94 | 21.44 | - |
| YUV | 116.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 125 | 0 | 0.71 | 0.43 | 0.15 | 336 | 0.68 | 0.55 |
| Hex | DA | 3F | 7D | 0 | 47 | 2B | F | 150 | 44 | 37 |
| Octal | 332 | 77 | 175 | 0 | 107 | 53 | 17 | 520 | 104 | 67 |
| Binary | 11011010 | 111111 | 1111101 | 0 | 1000111 | 101011 | 1111 | 101010000 | 1000100 | 110111 |
Color Harmonies of #DA3F7D
Complementary color
Monochromatic Colors of #DA3F7D
Black with #DA3F7D
Text Example
Text Example
White with #DA3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F7D; }
p { color: rgb(218,63,125); }
H1.HeaderClassName
{
color: #DA3F7D;
}
.AnyTagClassName
{
color: #DA3F7D;
}
</style>
background-color css
<style>
a { background-color: #DA3F7D; }
a { background-color: rgb(218,63,125); }
div.DivClassName
{
background-color: #DA3F7D;
}
.BgClassName
{
background-color: #DA3F7D;
}
</style>
border-color css
<style>
span { border-color: #DA3F7D; }
span { border-color: rgb(218,63,125); }
td.TdClassName
{
border-color: #DA3F7D;
}
.TagClassName
{
border-color: #DA3F7D;
}
</style>