Shades of Deep Cerise #DA4183
Tints of Deep Cerise #DA4183
RGB
CMYK
RGB Variations
Color information
#DA4183 (or 0xDA4183) is known color: Deep Cerise. HEX triplet: DA, 41 and 83. RGB value is (218,65,131). Sum of RGB (Red+Green+Blue) = 218+65+131=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4183 is #25BE7C. Grayscale: #767676. Windows color (decimal): -2473597 or 8602074. OLE color: 8602074.
HSL color Cylindrical-coordinate representation of color #DA4183: hue angle of 334.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4183 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 131 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.15 |
| HSL | 334.12º | 0.67% | 0.55% | - |
| HSV(B) | 334.12º | 0.7% | 0.85% | - |
| XYZ | 34.9 | 20.32 | 23.56 | - |
| YUV | 118.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 131 | 0 | 0.70 | 0.40 | 0.15 | 334.12 | 0.67 | 0.55 |
| Hex | DA | 41 | 83 | 0 | 46 | 28 | F | 14E | 43 | 37 |
| Octal | 332 | 101 | 203 | 0 | 106 | 50 | 17 | 516 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10000011 | 0 | 1000110 | 101000 | 1111 | 101001110 | 1000011 | 110111 |
Color Harmonies of #DA4183
Complementary color
Monochromatic Colors of #DA4183
Black with #DA4183
Text Example
Text Example
White with #DA4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4183; }
p { color: rgb(218,65,131); }
H1.HeaderClassName
{
color: #DA4183;
}
.AnyTagClassName
{
color: #DA4183;
}
</style>
background-color css
<style>
a { background-color: #DA4183; }
a { background-color: rgb(218,65,131); }
div.DivClassName
{
background-color: #DA4183;
}
.BgClassName
{
background-color: #DA4183;
}
</style>
border-color css
<style>
span { border-color: #DA4183; }
span { border-color: rgb(218,65,131); }
td.TdClassName
{
border-color: #DA4183;
}
.TagClassName
{
border-color: #DA4183;
}
</style>