Shades of Cerise #DA306E
Tints of Cerise #DA306E
RGB
CMYK
RGB Variations
Color information
#DA306E (or 0xDA306E) is known color: Cerise. HEX triplet: DA, 30 and 6E. RGB value is (218,48,110). Sum of RGB (Red+Green+Blue) = 218+48+110=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA306E is #25CF91. Grayscale: #696969. Windows color (decimal): -2477970 or 7221466. OLE color: 7221466.
HSL color Cylindrical-coordinate representation of color #DA306E: hue angle of 338.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA306E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 110 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.15 |
| HSL | 338.12º | 0.7% | 0.52% | - |
| HSV(B) | 338.12º | 0.78% | 0.85% | - |
| XYZ | 32.78 | 18.15 | 16.53 | - |
| YUV | 105.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 110 | 0 | 0.78 | 0.50 | 0.15 | 338.12 | 0.7 | 0.52 |
| Hex | DA | 30 | 6E | 0 | 4E | 32 | F | 152 | 46 | 34 |
| Octal | 332 | 60 | 156 | 0 | 116 | 62 | 17 | 522 | 106 | 64 |
| Binary | 11011010 | 110000 | 1101110 | 0 | 1001110 | 110010 | 1111 | 101010010 | 1000110 | 110100 |
Color Harmonies of #DA306E
Complementary color
Monochromatic Colors of #DA306E
Black with #DA306E
Text Example
Text Example
White with #DA306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA306E; }
p { color: rgb(218,48,110); }
H1.HeaderClassName
{
color: #DA306E;
}
.AnyTagClassName
{
color: #DA306E;
}
</style>
background-color css
<style>
a { background-color: #DA306E; }
a { background-color: rgb(218,48,110); }
div.DivClassName
{
background-color: #DA306E;
}
.BgClassName
{
background-color: #DA306E;
}
</style>
border-color css
<style>
span { border-color: #DA306E; }
span { border-color: rgb(218,48,110); }
td.TdClassName
{
border-color: #DA306E;
}
.TagClassName
{
border-color: #DA306E;
}
</style>