Shades of Deep Cerise #DA458C
Tints of Deep Cerise #DA458C
RGB
CMYK
RGB Variations
Color information
#DA458C (or 0xDA458C) is known color: Deep Cerise. HEX triplet: DA, 45 and 8C. RGB value is (218,69,140). Sum of RGB (Red+Green+Blue) = 218+69+140=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA458C is #25BA73. Grayscale: #797979. Windows color (decimal): -2472564 or 9192922. OLE color: 9192922.
HSL color Cylindrical-coordinate representation of color #DA458C: hue angle of 331.41º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA458C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 140 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.15 |
| HSL | 331.41º | 0.67% | 0.56% | - |
| HSV(B) | 331.41º | 0.68% | 0.85% | - |
| XYZ | 35.78 | 21.06 | 26.99 | - |
| YUV | 121.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 140 | 0 | 0.68 | 0.36 | 0.15 | 331.41 | 0.67 | 0.56 |
| Hex | DA | 45 | 8C | 0 | 44 | 24 | F | 14B | 43 | 38 |
| Octal | 332 | 105 | 214 | 0 | 104 | 44 | 17 | 513 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10001100 | 0 | 1000100 | 100100 | 1111 | 101001011 | 1000011 | 111000 |
Color Harmonies of #DA458C
Complementary color
Monochromatic Colors of #DA458C
Black with #DA458C
Text Example
Text Example
White with #DA458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA458C; }
p { color: rgb(218,69,140); }
H1.HeaderClassName
{
color: #DA458C;
}
.AnyTagClassName
{
color: #DA458C;
}
</style>
background-color css
<style>
a { background-color: #DA458C; }
a { background-color: rgb(218,69,140); }
div.DivClassName
{
background-color: #DA458C;
}
.BgClassName
{
background-color: #DA458C;
}
</style>
border-color css
<style>
span { border-color: #DA458C; }
span { border-color: rgb(218,69,140); }
td.TdClassName
{
border-color: #DA458C;
}
.TagClassName
{
border-color: #DA458C;
}
</style>