Shades of Cerise #DA4366
Tints of Cerise #DA4366
RGB
CMYK
RGB Variations
Color information
#DA4366 (or 0xDA4366) is known color: Cerise. HEX triplet: DA, 43 and 66. RGB value is (218,67,102). Sum of RGB (Red+Green+Blue) = 218+67+102=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4366 is #25BC99. Grayscale: #747474. Windows color (decimal): -2473114 or 6702042. OLE color: 6702042.
HSL color Cylindrical-coordinate representation of color #DA4366: hue angle of 346.09º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4366 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 102 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.15 |
| HSL | 346.09º | 0.67% | 0.56% | - |
| HSV(B) | 346.09º | 0.69% | 0.85% | - |
| XYZ | 33.32 | 19.88 | 14.65 | - |
| YUV | 116.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 102 | 0 | 0.69 | 0.53 | 0.15 | 346.09 | 0.67 | 0.56 |
| Hex | DA | 43 | 66 | 0 | 45 | 35 | F | 15A | 43 | 38 |
| Octal | 332 | 103 | 146 | 0 | 105 | 65 | 17 | 532 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1100110 | 0 | 1000101 | 110101 | 1111 | 101011010 | 1000011 | 111000 |
Color Harmonies of #DA4366
Complementary color
Monochromatic Colors of #DA4366
Black with #DA4366
Text Example
Text Example
White with #DA4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4366; }
p { color: rgb(218,67,102); }
H1.HeaderClassName
{
color: #DA4366;
}
.AnyTagClassName
{
color: #DA4366;
}
</style>
background-color css
<style>
a { background-color: #DA4366; }
a { background-color: rgb(218,67,102); }
div.DivClassName
{
background-color: #DA4366;
}
.BgClassName
{
background-color: #DA4366;
}
</style>
border-color css
<style>
span { border-color: #DA4366; }
span { border-color: rgb(218,67,102); }
td.TdClassName
{
border-color: #DA4366;
}
.TagClassName
{
border-color: #DA4366;
}
</style>