Shades of Deep Cerise #DA3D7B
Tints of Deep Cerise #DA3D7B
RGB
CMYK
RGB Variations
Color information
#DA3D7B (or 0xDA3D7B) is known color: Deep Cerise. HEX triplet: DA, 3D and 7B. RGB value is (218,61,123). Sum of RGB (Red+Green+Blue) = 218+61+123=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D7B is #25C284. Grayscale: #727272. Windows color (decimal): -2474629 or 8076762. OLE color: 8076762.
HSL color Cylindrical-coordinate representation of color #DA3D7B: hue angle of 336.31º 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 #DA3D7B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 123 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.15 |
| HSL | 336.31º | 0.68% | 0.55% | - |
| HSV(B) | 336.31º | 0.72% | 0.85% | - |
| XYZ | 34.16 | 19.67 | 20.74 | - |
| YUV | 115.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 123 | 0 | 0.72 | 0.44 | 0.15 | 336.31 | 0.68 | 0.55 |
| Hex | DA | 3D | 7B | 0 | 48 | 2C | F | 150 | 44 | 37 |
| Octal | 332 | 75 | 173 | 0 | 110 | 54 | 17 | 520 | 104 | 67 |
| Binary | 11011010 | 111101 | 1111011 | 0 | 1001000 | 101100 | 1111 | 101010000 | 1000100 | 110111 |
Color Harmonies of #DA3D7B
Complementary color
Monochromatic Colors of #DA3D7B
Black with #DA3D7B
Text Example
Text Example
White with #DA3D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D7B; }
p { color: rgb(218,61,123); }
H1.HeaderClassName
{
color: #DA3D7B;
}
.AnyTagClassName
{
color: #DA3D7B;
}
</style>
background-color css
<style>
a { background-color: #DA3D7B; }
a { background-color: rgb(218,61,123); }
div.DivClassName
{
background-color: #DA3D7B;
}
.BgClassName
{
background-color: #DA3D7B;
}
</style>
border-color css
<style>
span { border-color: #DA3D7B; }
span { border-color: rgb(218,61,123); }
td.TdClassName
{
border-color: #DA3D7B;
}
.TagClassName
{
border-color: #DA3D7B;
}
</style>