Shades of Cerise #DA216C
Tints of Cerise #DA216C
RGB
CMYK
RGB Variations
Color information
#DA216C (or 0xDA216C) is known color: Cerise. HEX triplet: DA, 21 and 6C. RGB value is (218,33,108). Sum of RGB (Red+Green+Blue) = 218+33+108=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA216C is #25DE93. Grayscale: #606060. Windows color (decimal): -2481812 or 7086554. OLE color: 7086554.
HSL color Cylindrical-coordinate representation of color #DA216C: hue angle of 335.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA216C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 108 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.15 |
| HSL | 335.68º | 0.74% | 0.49% | - |
| HSV(B) | 335.68º | 0.85% | 0.85% | - |
| XYZ | 32.16 | 17.08 | 15.79 | - |
| YUV | 96.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 108 | 0 | 0.85 | 0.50 | 0.15 | 335.68 | 0.74 | 0.49 |
| Hex | DA | 21 | 6C | 0 | 55 | 32 | F | 150 | 4A | 31 |
| Octal | 332 | 41 | 154 | 0 | 125 | 62 | 17 | 520 | 112 | 61 |
| Binary | 11011010 | 100001 | 1101100 | 0 | 1010101 | 110010 | 1111 | 101010000 | 1001010 | 110001 |
Color Harmonies of #DA216C
Complementary color
Monochromatic Colors of #DA216C
Black with #DA216C
Text Example
Text Example
White with #DA216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA216C; }
p { color: rgb(218,33,108); }
H1.HeaderClassName
{
color: #DA216C;
}
.AnyTagClassName
{
color: #DA216C;
}
</style>
background-color css
<style>
a { background-color: #DA216C; }
a { background-color: rgb(218,33,108); }
div.DivClassName
{
background-color: #DA216C;
}
.BgClassName
{
background-color: #DA216C;
}
</style>
border-color css
<style>
span { border-color: #DA216C; }
span { border-color: rgb(218,33,108); }
td.TdClassName
{
border-color: #DA216C;
}
.TagClassName
{
border-color: #DA216C;
}
</style>