Shades of Cerise #DA366F
Tints of Cerise #DA366F
RGB
CMYK
RGB Variations
Color information
#DA366F (or 0xDA366F) is known color: Cerise. HEX triplet: DA, 36 and 6F. RGB value is (218,54,111). Sum of RGB (Red+Green+Blue) = 218+54+111=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA366F is #25C990. Grayscale: #6D6D6D. Windows color (decimal): -2476433 or 7288538. OLE color: 7288538.
HSL color Cylindrical-coordinate representation of color #DA366F: hue angle of 339.15º 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 #DA366F is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 111 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.15 |
| HSL | 339.15º | 0.69% | 0.53% | - |
| HSV(B) | 339.15º | 0.75% | 0.85% | - |
| XYZ | 33.1 | 18.69 | 16.9 | - |
| YUV | 109.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 111 | 0 | 0.75 | 0.49 | 0.15 | 339.15 | 0.69 | 0.53 |
| Hex | DA | 36 | 6F | 0 | 4B | 31 | F | 153 | 45 | 35 |
| Octal | 332 | 66 | 157 | 0 | 113 | 61 | 17 | 523 | 105 | 65 |
| Binary | 11011010 | 110110 | 1101111 | 0 | 1001011 | 110001 | 1111 | 101010011 | 1000101 | 110101 |
Color Harmonies of #DA366F
Complementary color
Monochromatic Colors of #DA366F
Black with #DA366F
Text Example
Text Example
White with #DA366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA366F; }
p { color: rgb(218,54,111); }
H1.HeaderClassName
{
color: #DA366F;
}
.AnyTagClassName
{
color: #DA366F;
}
</style>
background-color css
<style>
a { background-color: #DA366F; }
a { background-color: rgb(218,54,111); }
div.DivClassName
{
background-color: #DA366F;
}
.BgClassName
{
background-color: #DA366F;
}
</style>
border-color css
<style>
span { border-color: #DA366F; }
span { border-color: rgb(218,54,111); }
td.TdClassName
{
border-color: #DA366F;
}
.TagClassName
{
border-color: #DA366F;
}
</style>