Shades of Cerise #DA236C
Tints of Cerise #DA236C
RGB
CMYK
RGB Variations
Color information
#DA236C (or 0xDA236C) is known color: Cerise. HEX triplet: DA, 23 and 6C. RGB value is (218,35,108). Sum of RGB (Red+Green+Blue) = 218+35+108=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA236C is #25DC93. Grayscale: #616161. Windows color (decimal): -2481300 or 7087066. OLE color: 7087066.
HSL color Cylindrical-coordinate representation of color #DA236C: hue angle of 336.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA236C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.15 |
| HSL | 336.07º | 0.72% | 0.5% | - |
| HSV(B) | 336.07º | 0.84% | 0.85% | - |
| XYZ | 32.22 | 17.19 | 15.81 | - |
| YUV | 98.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 108 | 0 | 0.84 | 0.50 | 0.15 | 336.07 | 0.72 | 0.5 |
| Hex | DA | 23 | 6C | 0 | 54 | 32 | F | 150 | 48 | 32 |
| Octal | 332 | 43 | 154 | 0 | 124 | 62 | 17 | 520 | 110 | 62 |
| Binary | 11011010 | 100011 | 1101100 | 0 | 1010100 | 110010 | 1111 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DA236C
Complementary color
Monochromatic Colors of #DA236C
Black with #DA236C
Text Example
Text Example
White with #DA236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA236C; }
p { color: rgb(218,35,108); }
H1.HeaderClassName
{
color: #DA236C;
}
.AnyTagClassName
{
color: #DA236C;
}
</style>
background-color css
<style>
a { background-color: #DA236C; }
a { background-color: rgb(218,35,108); }
div.DivClassName
{
background-color: #DA236C;
}
.BgClassName
{
background-color: #DA236C;
}
</style>
border-color css
<style>
span { border-color: #DA236C; }
span { border-color: rgb(218,35,108); }
td.TdClassName
{
border-color: #DA236C;
}
.TagClassName
{
border-color: #DA236C;
}
</style>