Shades of Deep Cerise #DA369F
Tints of Deep Cerise #DA369F
RGB
CMYK
RGB Variations
Color information
#DA369F (or 0xDA369F) is known color: Deep Cerise. HEX triplet: DA, 36 and 9F. RGB value is (218,54,159). Sum of RGB (Red+Green+Blue) = 218+54+159=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA369F is #25C960. Grayscale: #727272. Windows color (decimal): -2476385 or 10434266. OLE color: 10434266.
HSL color Cylindrical-coordinate representation of color #DA369F: hue angle of 321.59º 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 #DA369F is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 159 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.15 |
| HSL | 321.59º | 0.69% | 0.53% | - |
| HSV(B) | 321.59º | 0.75% | 0.85% | - |
| XYZ | 36.49 | 20.05 | 34.75 | - |
| YUV | 115.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 159 | 0 | 0.75 | 0.27 | 0.15 | 321.59 | 0.69 | 0.53 |
| Hex | DA | 36 | 9F | 0 | 4B | 1B | F | 142 | 45 | 35 |
| Octal | 332 | 66 | 237 | 0 | 113 | 33 | 17 | 502 | 105 | 65 |
| Binary | 11011010 | 110110 | 10011111 | 0 | 1001011 | 11011 | 1111 | 101000010 | 1000101 | 110101 |
Color Harmonies of #DA369F
Complementary color
Monochromatic Colors of #DA369F
Black with #DA369F
Text Example
Text Example
White with #DA369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA369F; }
p { color: rgb(218,54,159); }
H1.HeaderClassName
{
color: #DA369F;
}
.AnyTagClassName
{
color: #DA369F;
}
</style>
background-color css
<style>
a { background-color: #DA369F; }
a { background-color: rgb(218,54,159); }
div.DivClassName
{
background-color: #DA369F;
}
.BgClassName
{
background-color: #DA369F;
}
</style>
border-color css
<style>
span { border-color: #DA369F; }
span { border-color: rgb(218,54,159); }
td.TdClassName
{
border-color: #DA369F;
}
.TagClassName
{
border-color: #DA369F;
}
</style>