Shades of Deep Cerise #DA307C
Tints of Deep Cerise #DA307C
RGB
CMYK
RGB Variations
Color information
#DA307C (or 0xDA307C) is known color: Deep Cerise. HEX triplet: DA, 30 and 7C. RGB value is (218,48,124). Sum of RGB (Red+Green+Blue) = 218+48+124=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA307C is #25CF83. Grayscale: #6B6B6B. Windows color (decimal): -2477956 or 8138970. OLE color: 8138970.
HSL color Cylindrical-coordinate representation of color #DA307C: hue angle of 333.18º 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 #DA307C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 124 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.15 |
| HSL | 333.18º | 0.7% | 0.52% | - |
| HSV(B) | 333.18º | 0.78% | 0.85% | - |
| XYZ | 33.61 | 18.47 | 20.86 | - |
| YUV | 107.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 124 | 0 | 0.78 | 0.43 | 0.15 | 333.18 | 0.7 | 0.52 |
| Hex | DA | 30 | 7C | 0 | 4E | 2B | F | 14D | 46 | 34 |
| Octal | 332 | 60 | 174 | 0 | 116 | 53 | 17 | 515 | 106 | 64 |
| Binary | 11011010 | 110000 | 1111100 | 0 | 1001110 | 101011 | 1111 | 101001101 | 1000110 | 110100 |
Color Harmonies of #DA307C
Complementary color
Monochromatic Colors of #DA307C
Black with #DA307C
Text Example
Text Example
White with #DA307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA307C; }
p { color: rgb(218,48,124); }
H1.HeaderClassName
{
color: #DA307C;
}
.AnyTagClassName
{
color: #DA307C;
}
</style>
background-color css
<style>
a { background-color: #DA307C; }
a { background-color: rgb(218,48,124); }
div.DivClassName
{
background-color: #DA307C;
}
.BgClassName
{
background-color: #DA307C;
}
</style>
border-color css
<style>
span { border-color: #DA307C; }
span { border-color: rgb(218,48,124); }
td.TdClassName
{
border-color: #DA307C;
}
.TagClassName
{
border-color: #DA307C;
}
</style>