Shades of Cerise #DA3F6C
Tints of Cerise #DA3F6C
RGB
CMYK
RGB Variations
Color information
#DA3F6C (or 0xDA3F6C) is known color: Cerise. HEX triplet: DA, 3F and 6C. RGB value is (218,63,108). Sum of RGB (Red+Green+Blue) = 218+63+108=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F6C is #25C093. Grayscale: #727272. Windows color (decimal): -2474132 or 7094234. OLE color: 7094234.
HSL color Cylindrical-coordinate representation of color #DA3F6C: hue angle of 342.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F6C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 108 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.15 |
| HSL | 342.58º | 0.68% | 0.55% | - |
| HSV(B) | 342.58º | 0.71% | 0.85% | - |
| XYZ | 33.4 | 19.54 | 16.2 | - |
| YUV | 114.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 108 | 0 | 0.71 | 0.50 | 0.15 | 342.58 | 0.68 | 0.55 |
| Hex | DA | 3F | 6C | 0 | 47 | 32 | F | 157 | 44 | 37 |
| Octal | 332 | 77 | 154 | 0 | 107 | 62 | 17 | 527 | 104 | 67 |
| Binary | 11011010 | 111111 | 1101100 | 0 | 1000111 | 110010 | 1111 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DA3F6C
Complementary color
Monochromatic Colors of #DA3F6C
Black with #DA3F6C
Text Example
Text Example
White with #DA3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F6C; }
p { color: rgb(218,63,108); }
H1.HeaderClassName
{
color: #DA3F6C;
}
.AnyTagClassName
{
color: #DA3F6C;
}
</style>
background-color css
<style>
a { background-color: #DA3F6C; }
a { background-color: rgb(218,63,108); }
div.DivClassName
{
background-color: #DA3F6C;
}
.BgClassName
{
background-color: #DA3F6C;
}
</style>
border-color css
<style>
span { border-color: #DA3F6C; }
span { border-color: rgb(218,63,108); }
td.TdClassName
{
border-color: #DA3F6C;
}
.TagClassName
{
border-color: #DA3F6C;
}
</style>