Shades of Deep Cerise #DA3375
Tints of Deep Cerise #DA3375
RGB
CMYK
RGB Variations
Color information
#DA3375 (or 0xDA3375) is known color: Deep Cerise. HEX triplet: DA, 33 and 75. RGB value is (218,51,117). Sum of RGB (Red+Green+Blue) = 218+51+117=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3375 is #25CC8A. Grayscale: #6C6C6C. Windows color (decimal): -2477195 or 7680986. OLE color: 7680986.
HSL color Cylindrical-coordinate representation of color #DA3375: hue angle of 336.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3375 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 117 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.15 |
| HSL | 336.29º | 0.69% | 0.53% | - |
| HSV(B) | 336.29º | 0.77% | 0.85% | - |
| XYZ | 33.31 | 18.56 | 18.66 | - |
| YUV | 108.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 117 | 0 | 0.77 | 0.46 | 0.15 | 336.29 | 0.69 | 0.53 |
| Hex | DA | 33 | 75 | 0 | 4D | 2E | F | 150 | 45 | 35 |
| Octal | 332 | 63 | 165 | 0 | 115 | 56 | 17 | 520 | 105 | 65 |
| Binary | 11011010 | 110011 | 1110101 | 0 | 1001101 | 101110 | 1111 | 101010000 | 1000101 | 110101 |
Color Harmonies of #DA3375
Complementary color
Monochromatic Colors of #DA3375
Black with #DA3375
Text Example
Text Example
White with #DA3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3375; }
p { color: rgb(218,51,117); }
H1.HeaderClassName
{
color: #DA3375;
}
.AnyTagClassName
{
color: #DA3375;
}
</style>
background-color css
<style>
a { background-color: #DA3375; }
a { background-color: rgb(218,51,117); }
div.DivClassName
{
background-color: #DA3375;
}
.BgClassName
{
background-color: #DA3375;
}
</style>
border-color css
<style>
span { border-color: #DA3375; }
span { border-color: rgb(218,51,117); }
td.TdClassName
{
border-color: #DA3375;
}
.TagClassName
{
border-color: #DA3375;
}
</style>