Shades of Deep Cerise #DA367B
Tints of Deep Cerise #DA367B
RGB
CMYK
RGB Variations
Color information
#DA367B (or 0xDA367B) is known color: Deep Cerise. HEX triplet: DA, 36 and 7B. RGB value is (218,54,123). Sum of RGB (Red+Green+Blue) = 218+54+123=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA367B is #25C984. Grayscale: #6E6E6E. Windows color (decimal): -2476421 or 8074970. OLE color: 8074970.
HSL color Cylindrical-coordinate representation of color #DA367B: hue angle of 334.76º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA367B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 123 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.15 |
| HSL | 334.76º | 0.69% | 0.53% | - |
| HSV(B) | 334.76º | 0.75% | 0.85% | - |
| XYZ | 33.81 | 18.97 | 20.62 | - |
| YUV | 110.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 123 | 0 | 0.75 | 0.44 | 0.15 | 334.76 | 0.69 | 0.53 |
| Hex | DA | 36 | 7B | 0 | 4B | 2C | F | 14F | 45 | 35 |
| Octal | 332 | 66 | 173 | 0 | 113 | 54 | 17 | 517 | 105 | 65 |
| Binary | 11011010 | 110110 | 1111011 | 0 | 1001011 | 101100 | 1111 | 101001111 | 1000101 | 110101 |
Color Harmonies of #DA367B
Complementary color
Monochromatic Colors of #DA367B
Black with #DA367B
Text Example
Text Example
White with #DA367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA367B; }
p { color: rgb(218,54,123); }
H1.HeaderClassName
{
color: #DA367B;
}
.AnyTagClassName
{
color: #DA367B;
}
</style>
background-color css
<style>
a { background-color: #DA367B; }
a { background-color: rgb(218,54,123); }
div.DivClassName
{
background-color: #DA367B;
}
.BgClassName
{
background-color: #DA367B;
}
</style>
border-color css
<style>
span { border-color: #DA367B; }
span { border-color: rgb(218,54,123); }
td.TdClassName
{
border-color: #DA367B;
}
.TagClassName
{
border-color: #DA367B;
}
</style>