Shades of Deep Cerise #DA3175
Tints of Deep Cerise #DA3175
RGB
CMYK
RGB Variations
Color information
#DA3175 (or 0xDA3175) is known color: Deep Cerise. HEX triplet: DA, 31 and 75. RGB value is (218,49,117). Sum of RGB (Red+Green+Blue) = 218+49+117=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3175 is #25CE8A. Grayscale: #6B6B6B. Windows color (decimal): -2477707 or 7680474. OLE color: 7680474.
HSL color Cylindrical-coordinate representation of color #DA3175: hue angle of 335.86º 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 #DA3175 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 117 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.15 |
| HSL | 335.86º | 0.7% | 0.52% | - |
| HSV(B) | 335.86º | 0.78% | 0.85% | - |
| XYZ | 33.22 | 18.39 | 18.63 | - |
| YUV | 107.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 117 | 0 | 0.78 | 0.46 | 0.15 | 335.86 | 0.7 | 0.52 |
| Hex | DA | 31 | 75 | 0 | 4E | 2E | F | 150 | 46 | 34 |
| Octal | 332 | 61 | 165 | 0 | 116 | 56 | 17 | 520 | 106 | 64 |
| Binary | 11011010 | 110001 | 1110101 | 0 | 1001110 | 101110 | 1111 | 101010000 | 1000110 | 110100 |
Color Harmonies of #DA3175
Complementary color
Monochromatic Colors of #DA3175
Black with #DA3175
Text Example
Text Example
White with #DA3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3175; }
p { color: rgb(218,49,117); }
H1.HeaderClassName
{
color: #DA3175;
}
.AnyTagClassName
{
color: #DA3175;
}
</style>
background-color css
<style>
a { background-color: #DA3175; }
a { background-color: rgb(218,49,117); }
div.DivClassName
{
background-color: #DA3175;
}
.BgClassName
{
background-color: #DA3175;
}
</style>
border-color css
<style>
span { border-color: #DA3175; }
span { border-color: rgb(218,49,117); }
td.TdClassName
{
border-color: #DA3175;
}
.TagClassName
{
border-color: #DA3175;
}
</style>