Shades of Cerise #DA306A
Tints of Cerise #DA306A
RGB
CMYK
RGB Variations
Color information
#DA306A (or 0xDA306A) is known color: Cerise. HEX triplet: DA, 30 and 6A. RGB value is (218,48,106). Sum of RGB (Red+Green+Blue) = 218+48+106=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA306A is #25CF95. Grayscale: #696969. Windows color (decimal): -2477974 or 6959322. OLE color: 6959322.
HSL color Cylindrical-coordinate representation of color #DA306A: hue angle of 339.53º 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 #DA306A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 106 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.15 |
| HSL | 339.53º | 0.7% | 0.52% | - |
| HSV(B) | 339.53º | 0.78% | 0.85% | - |
| XYZ | 32.57 | 18.06 | 15.4 | - |
| YUV | 105.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 106 | 0 | 0.78 | 0.51 | 0.15 | 339.53 | 0.7 | 0.52 |
| Hex | DA | 30 | 6A | 0 | 4E | 33 | F | 154 | 46 | 34 |
| Octal | 332 | 60 | 152 | 0 | 116 | 63 | 17 | 524 | 106 | 64 |
| Binary | 11011010 | 110000 | 1101010 | 0 | 1001110 | 110011 | 1111 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DA306A
Complementary color
Monochromatic Colors of #DA306A
Black with #DA306A
Text Example
Text Example
White with #DA306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA306A; }
p { color: rgb(218,48,106); }
H1.HeaderClassName
{
color: #DA306A;
}
.AnyTagClassName
{
color: #DA306A;
}
</style>
background-color css
<style>
a { background-color: #DA306A; }
a { background-color: rgb(218,48,106); }
div.DivClassName
{
background-color: #DA306A;
}
.BgClassName
{
background-color: #DA306A;
}
</style>
border-color css
<style>
span { border-color: #DA306A; }
span { border-color: rgb(218,48,106); }
td.TdClassName
{
border-color: #DA306A;
}
.TagClassName
{
border-color: #DA306A;
}
</style>