Shades of Deep Cerise #DA4388
Tints of Deep Cerise #DA4388
RGB
CMYK
RGB Variations
Color information
#DA4388 (or 0xDA4388) is known color: Deep Cerise. HEX triplet: DA, 43 and 88. RGB value is (218,67,136). Sum of RGB (Red+Green+Blue) = 218+67+136=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4388 is #25BC77. Grayscale: #777777. Windows color (decimal): -2473080 or 8930266. OLE color: 8930266.
HSL color Cylindrical-coordinate representation of color #DA4388: hue angle of 332.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4388 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 136 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.15 |
| HSL | 332.58º | 0.67% | 0.56% | - |
| HSV(B) | 332.58º | 0.69% | 0.85% | - |
| XYZ | 35.36 | 20.7 | 25.42 | - |
| YUV | 120.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 136 | 0 | 0.69 | 0.38 | 0.15 | 332.58 | 0.67 | 0.56 |
| Hex | DA | 43 | 88 | 0 | 45 | 26 | F | 14D | 43 | 38 |
| Octal | 332 | 103 | 210 | 0 | 105 | 46 | 17 | 515 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10001000 | 0 | 1000101 | 100110 | 1111 | 101001101 | 1000011 | 111000 |
Color Harmonies of #DA4388
Complementary color
Monochromatic Colors of #DA4388
Black with #DA4388
Text Example
Text Example
White with #DA4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4388; }
p { color: rgb(218,67,136); }
H1.HeaderClassName
{
color: #DA4388;
}
.AnyTagClassName
{
color: #DA4388;
}
</style>
background-color css
<style>
a { background-color: #DA4388; }
a { background-color: rgb(218,67,136); }
div.DivClassName
{
background-color: #DA4388;
}
.BgClassName
{
background-color: #DA4388;
}
</style>
border-color css
<style>
span { border-color: #DA4388; }
span { border-color: rgb(218,67,136); }
td.TdClassName
{
border-color: #DA4388;
}
.TagClassName
{
border-color: #DA4388;
}
</style>