Shades of Deep Cerise #DA369D
Tints of Deep Cerise #DA369D
RGB
CMYK
RGB Variations
Color information
#DA369D (or 0xDA369D) is known color: Deep Cerise. HEX triplet: DA, 36 and 9D. RGB value is (218,54,157). Sum of RGB (Red+Green+Blue) = 218+54+157=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA369D is #25C962. Grayscale: #727272. Windows color (decimal): -2476387 or 10303194. OLE color: 10303194.
HSL color Cylindrical-coordinate representation of color #DA369D: hue angle of 322.32º 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 #DA369D is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 157 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.15 |
| HSL | 322.32º | 0.69% | 0.53% | - |
| HSV(B) | 322.32º | 0.75% | 0.85% | - |
| XYZ | 36.32 | 19.98 | 33.84 | - |
| YUV | 114.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 157 | 0 | 0.75 | 0.28 | 0.15 | 322.32 | 0.69 | 0.53 |
| Hex | DA | 36 | 9D | 0 | 4B | 1C | F | 142 | 45 | 35 |
| Octal | 332 | 66 | 235 | 0 | 113 | 34 | 17 | 502 | 105 | 65 |
| Binary | 11011010 | 110110 | 10011101 | 0 | 1001011 | 11100 | 1111 | 101000010 | 1000101 | 110101 |
Color Harmonies of #DA369D
Complementary color
Monochromatic Colors of #DA369D
Black with #DA369D
Text Example
Text Example
White with #DA369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA369D; }
p { color: rgb(218,54,157); }
H1.HeaderClassName
{
color: #DA369D;
}
.AnyTagClassName
{
color: #DA369D;
}
</style>
background-color css
<style>
a { background-color: #DA369D; }
a { background-color: rgb(218,54,157); }
div.DivClassName
{
background-color: #DA369D;
}
.BgClassName
{
background-color: #DA369D;
}
</style>
border-color css
<style>
span { border-color: #DA369D; }
span { border-color: rgb(218,54,157); }
td.TdClassName
{
border-color: #DA369D;
}
.TagClassName
{
border-color: #DA369D;
}
</style>