Shades of Deep Cerise #DA308C
Tints of Deep Cerise #DA308C
RGB
CMYK
RGB Variations
Color information
#DA308C (or 0xDA308C) is known color: Deep Cerise. HEX triplet: DA, 30 and 8C. RGB value is (218,48,140). Sum of RGB (Red+Green+Blue) = 218+48+140=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA308C is #25CF73. Grayscale: #6D6D6D. Windows color (decimal): -2477940 or 9187546. OLE color: 9187546.
HSL color Cylindrical-coordinate representation of color #DA308C: hue angle of 327.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 #DA308C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 140 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.15 |
| HSL | 327.53º | 0.7% | 0.52% | - |
| HSV(B) | 327.53º | 0.78% | 0.85% | - |
| XYZ | 34.7 | 18.91 | 26.63 | - |
| YUV | 109.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 140 | 0 | 0.78 | 0.36 | 0.15 | 327.53 | 0.7 | 0.52 |
| Hex | DA | 30 | 8C | 0 | 4E | 24 | F | 148 | 46 | 34 |
| Octal | 332 | 60 | 214 | 0 | 116 | 44 | 17 | 510 | 106 | 64 |
| Binary | 11011010 | 110000 | 10001100 | 0 | 1001110 | 100100 | 1111 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DA308C
Complementary color
Monochromatic Colors of #DA308C
Black with #DA308C
Text Example
Text Example
White with #DA308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA308C; }
p { color: rgb(218,48,140); }
H1.HeaderClassName
{
color: #DA308C;
}
.AnyTagClassName
{
color: #DA308C;
}
</style>
background-color css
<style>
a { background-color: #DA308C; }
a { background-color: rgb(218,48,140); }
div.DivClassName
{
background-color: #DA308C;
}
.BgClassName
{
background-color: #DA308C;
}
</style>
border-color css
<style>
span { border-color: #DA308C; }
span { border-color: rgb(218,48,140); }
td.TdClassName
{
border-color: #DA308C;
}
.TagClassName
{
border-color: #DA308C;
}
</style>