Shades of Deep Cerise #DA458A
Tints of Deep Cerise #DA458A
RGB
CMYK
RGB Variations
Color information
#DA458A (or 0xDA458A) is known color: Deep Cerise. HEX triplet: DA, 45 and 8A. RGB value is (218,69,138). Sum of RGB (Red+Green+Blue) = 218+69+138=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA458A is #25BA75. Grayscale: #797979. Windows color (decimal): -2472566 or 9061850. OLE color: 9061850.
HSL color Cylindrical-coordinate representation of color #DA458A: hue angle of 332.21º 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 #DA458A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 138 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.15 |
| HSL | 332.21º | 0.67% | 0.56% | - |
| HSV(B) | 332.21º | 0.68% | 0.85% | - |
| XYZ | 35.63 | 21 | 26.22 | - |
| YUV | 121.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 138 | 0 | 0.68 | 0.37 | 0.15 | 332.21 | 0.67 | 0.56 |
| Hex | DA | 45 | 8A | 0 | 44 | 25 | F | 14C | 43 | 38 |
| Octal | 332 | 105 | 212 | 0 | 104 | 45 | 17 | 514 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10001010 | 0 | 1000100 | 100101 | 1111 | 101001100 | 1000011 | 111000 |
Color Harmonies of #DA458A
Complementary color
Monochromatic Colors of #DA458A
Black with #DA458A
Text Example
Text Example
White with #DA458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA458A; }
p { color: rgb(218,69,138); }
H1.HeaderClassName
{
color: #DA458A;
}
.AnyTagClassName
{
color: #DA458A;
}
</style>
background-color css
<style>
a { background-color: #DA458A; }
a { background-color: rgb(218,69,138); }
div.DivClassName
{
background-color: #DA458A;
}
.BgClassName
{
background-color: #DA458A;
}
</style>
border-color css
<style>
span { border-color: #DA458A; }
span { border-color: rgb(218,69,138); }
td.TdClassName
{
border-color: #DA458A;
}
.TagClassName
{
border-color: #DA458A;
}
</style>