Shades of Deep Cerise #DA2D7B
Tints of Deep Cerise #DA2D7B
RGB
CMYK
RGB Variations
Color information
#DA2D7B (or 0xDA2D7B) is known color: Deep Cerise. HEX triplet: DA, 2D and 7B. RGB value is (218,45,123). Sum of RGB (Red+Green+Blue) = 218+45+123=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D7B is #25D284. Grayscale: #696969. Windows color (decimal): -2478725 or 8072666. OLE color: 8072666.
HSL color Cylindrical-coordinate representation of color #DA2D7B: hue angle of 332.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D7B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 123 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.15 |
| HSL | 332.95º | 0.7% | 0.52% | - |
| HSV(B) | 332.95º | 0.79% | 0.85% | - |
| XYZ | 33.43 | 18.21 | 20.49 | - |
| YUV | 105.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 123 | 0 | 0.79 | 0.44 | 0.15 | 332.95 | 0.7 | 0.52 |
| Hex | DA | 2D | 7B | 0 | 4F | 2C | F | 14D | 46 | 34 |
| Octal | 332 | 55 | 173 | 0 | 117 | 54 | 17 | 515 | 106 | 64 |
| Binary | 11011010 | 101101 | 1111011 | 0 | 1001111 | 101100 | 1111 | 101001101 | 1000110 | 110100 |
Color Harmonies of #DA2D7B
Complementary color
Monochromatic Colors of #DA2D7B
Black with #DA2D7B
Text Example
Text Example
White with #DA2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D7B; }
p { color: rgb(218,45,123); }
H1.HeaderClassName
{
color: #DA2D7B;
}
.AnyTagClassName
{
color: #DA2D7B;
}
</style>
background-color css
<style>
a { background-color: #DA2D7B; }
a { background-color: rgb(218,45,123); }
div.DivClassName
{
background-color: #DA2D7B;
}
.BgClassName
{
background-color: #DA2D7B;
}
</style>
border-color css
<style>
span { border-color: #DA2D7B; }
span { border-color: rgb(218,45,123); }
td.TdClassName
{
border-color: #DA2D7B;
}
.TagClassName
{
border-color: #DA2D7B;
}
</style>