Shades of Deep Cerise #DA458F
Tints of Deep Cerise #DA458F
RGB
CMYK
RGB Variations
Color information
#DA458F (or 0xDA458F) is known color: Deep Cerise. HEX triplet: DA, 45 and 8F. RGB value is (218,69,143). Sum of RGB (Red+Green+Blue) = 218+69+143=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA458F is #25BA70. Grayscale: #797979. Windows color (decimal): -2472561 or 9389530. OLE color: 9389530.
HSL color Cylindrical-coordinate representation of color #DA458F: hue angle of 330.2º 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 #DA458F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 143 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.15 |
| HSL | 330.2º | 0.67% | 0.56% | - |
| HSV(B) | 330.2º | 0.68% | 0.85% | - |
| XYZ | 36 | 21.14 | 28.17 | - |
| YUV | 121.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 143 | 0 | 0.68 | 0.34 | 0.15 | 330.2 | 0.67 | 0.56 |
| Hex | DA | 45 | 8F | 0 | 44 | 22 | F | 14A | 43 | 38 |
| Octal | 332 | 105 | 217 | 0 | 104 | 42 | 17 | 512 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10001111 | 0 | 1000100 | 100010 | 1111 | 101001010 | 1000011 | 111000 |
Color Harmonies of #DA458F
Complementary color
Monochromatic Colors of #DA458F
Black with #DA458F
Text Example
Text Example
White with #DA458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA458F; }
p { color: rgb(218,69,143); }
H1.HeaderClassName
{
color: #DA458F;
}
.AnyTagClassName
{
color: #DA458F;
}
</style>
background-color css
<style>
a { background-color: #DA458F; }
a { background-color: rgb(218,69,143); }
div.DivClassName
{
background-color: #DA458F;
}
.BgClassName
{
background-color: #DA458F;
}
</style>
border-color css
<style>
span { border-color: #DA458F; }
span { border-color: rgb(218,69,143); }
td.TdClassName
{
border-color: #DA458F;
}
.TagClassName
{
border-color: #DA458F;
}
</style>