Shades of Deep Cerise #DA367F
Tints of Deep Cerise #DA367F
RGB
CMYK
RGB Variations
Color information
#DA367F (or 0xDA367F) is known color: Deep Cerise. HEX triplet: DA, 36 and 7F. RGB value is (218,54,127). Sum of RGB (Red+Green+Blue) = 218+54+127=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA367F is #25C980. Grayscale: #6F6F6F. Windows color (decimal): -2476417 or 8337114. OLE color: 8337114.
HSL color Cylindrical-coordinate representation of color #DA367F: hue angle of 333.29º 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 #DA367F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 127 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.15 |
| HSL | 333.29º | 0.69% | 0.53% | - |
| HSV(B) | 333.29º | 0.75% | 0.85% | - |
| XYZ | 34.06 | 19.08 | 21.97 | - |
| YUV | 111.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 127 | 0 | 0.75 | 0.42 | 0.15 | 333.29 | 0.69 | 0.53 |
| Hex | DA | 36 | 7F | 0 | 4B | 2A | F | 14D | 45 | 35 |
| Octal | 332 | 66 | 177 | 0 | 113 | 52 | 17 | 515 | 105 | 65 |
| Binary | 11011010 | 110110 | 1111111 | 0 | 1001011 | 101010 | 1111 | 101001101 | 1000101 | 110101 |
Color Harmonies of #DA367F
Complementary color
Monochromatic Colors of #DA367F
Black with #DA367F
Text Example
Text Example
White with #DA367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA367F; }
p { color: rgb(218,54,127); }
H1.HeaderClassName
{
color: #DA367F;
}
.AnyTagClassName
{
color: #DA367F;
}
</style>
background-color css
<style>
a { background-color: #DA367F; }
a { background-color: rgb(218,54,127); }
div.DivClassName
{
background-color: #DA367F;
}
.BgClassName
{
background-color: #DA367F;
}
</style>
border-color css
<style>
span { border-color: #DA367F; }
span { border-color: rgb(218,54,127); }
td.TdClassName
{
border-color: #DA367F;
}
.TagClassName
{
border-color: #DA367F;
}
</style>