Shades of Cerise #DA3F6A
Tints of Cerise #DA3F6A
RGB
CMYK
RGB Variations
Color information
#DA3F6A (or 0xDA3F6A) is known color: Cerise. HEX triplet: DA, 3F and 6A. RGB value is (218,63,106). Sum of RGB (Red+Green+Blue) = 218+63+106=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F6A is #25C095. Grayscale: #727272. Windows color (decimal): -2474134 or 6963162. OLE color: 6963162.
HSL color Cylindrical-coordinate representation of color #DA3F6A: hue angle of 343.35º 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 #DA3F6A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 106 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.15 |
| HSL | 343.35º | 0.68% | 0.55% | - |
| HSV(B) | 343.35º | 0.71% | 0.85% | - |
| XYZ | 33.29 | 19.5 | 15.65 | - |
| YUV | 114.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 106 | 0 | 0.71 | 0.51 | 0.15 | 343.35 | 0.68 | 0.55 |
| Hex | DA | 3F | 6A | 0 | 47 | 33 | F | 157 | 44 | 37 |
| Octal | 332 | 77 | 152 | 0 | 107 | 63 | 17 | 527 | 104 | 67 |
| Binary | 11011010 | 111111 | 1101010 | 0 | 1000111 | 110011 | 1111 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DA3F6A
Complementary color
Monochromatic Colors of #DA3F6A
Black with #DA3F6A
Text Example
Text Example
White with #DA3F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F6A; }
p { color: rgb(218,63,106); }
H1.HeaderClassName
{
color: #DA3F6A;
}
.AnyTagClassName
{
color: #DA3F6A;
}
</style>
background-color css
<style>
a { background-color: #DA3F6A; }
a { background-color: rgb(218,63,106); }
div.DivClassName
{
background-color: #DA3F6A;
}
.BgClassName
{
background-color: #DA3F6A;
}
</style>
border-color css
<style>
span { border-color: #DA3F6A; }
span { border-color: rgb(218,63,106); }
td.TdClassName
{
border-color: #DA3F6A;
}
.TagClassName
{
border-color: #DA3F6A;
}
</style>