Shades of Cerise #DA3D63
Tints of Cerise #DA3D63
RGB
CMYK
RGB Variations
Color information
#DA3D63 (or 0xDA3D63) is known color: Cerise. HEX triplet: DA, 3D and 63. RGB value is (218,61,99). Sum of RGB (Red+Green+Blue) = 218+61+99=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D63 is #25C29C. Grayscale: #707070. Windows color (decimal): -2474653 or 6503898. OLE color: 6503898.
HSL color Cylindrical-coordinate representation of color #DA3D63: hue angle of 345.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D63 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 99 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.15 |
| HSL | 345.48º | 0.68% | 0.55% | - |
| HSV(B) | 345.48º | 0.72% | 0.85% | - |
| XYZ | 32.83 | 19.14 | 13.77 | - |
| YUV | 112.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 99 | 0 | 0.72 | 0.55 | 0.15 | 345.48 | 0.68 | 0.55 |
| Hex | DA | 3D | 63 | 0 | 48 | 37 | F | 159 | 44 | 37 |
| Octal | 332 | 75 | 143 | 0 | 110 | 67 | 17 | 531 | 104 | 67 |
| Binary | 11011010 | 111101 | 1100011 | 0 | 1001000 | 110111 | 1111 | 101011001 | 1000100 | 110111 |
Color Harmonies of #DA3D63
Complementary color
Monochromatic Colors of #DA3D63
Black with #DA3D63
Text Example
Text Example
White with #DA3D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D63; }
p { color: rgb(218,61,99); }
H1.HeaderClassName
{
color: #DA3D63;
}
.AnyTagClassName
{
color: #DA3D63;
}
</style>
background-color css
<style>
a { background-color: #DA3D63; }
a { background-color: rgb(218,61,99); }
div.DivClassName
{
background-color: #DA3D63;
}
.BgClassName
{
background-color: #DA3D63;
}
</style>
border-color css
<style>
span { border-color: #DA3D63; }
span { border-color: rgb(218,61,99); }
td.TdClassName
{
border-color: #DA3D63;
}
.TagClassName
{
border-color: #DA3D63;
}
</style>