Shades of Deep Cerise #DA468F
Tints of Deep Cerise #DA468F
RGB
CMYK
RGB Variations
Color information
#DA468F (or 0xDA468F) is known color: Deep Cerise. HEX triplet: DA, 46 and 8F. RGB value is (218,70,143). Sum of RGB (Red+Green+Blue) = 218+70+143=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA468F is #25B970. Grayscale: #7A7A7A. Windows color (decimal): -2472305 or 9389786. OLE color: 9389786.
HSL color Cylindrical-coordinate representation of color #DA468F: hue angle of 330.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 #DA468F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 143 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.15 |
| HSL | 330.41º | 0.67% | 0.56% | - |
| HSV(B) | 330.41º | 0.68% | 0.85% | - |
| XYZ | 36.06 | 21.27 | 28.19 | - |
| YUV | 122.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 143 | 0 | 0.68 | 0.34 | 0.15 | 330.41 | 0.67 | 0.56 |
| Hex | DA | 46 | 8F | 0 | 44 | 22 | F | 14A | 43 | 38 |
| Octal | 332 | 106 | 217 | 0 | 104 | 42 | 17 | 512 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10001111 | 0 | 1000100 | 100010 | 1111 | 101001010 | 1000011 | 111000 |
Color Harmonies of #DA468F
Complementary color
Monochromatic Colors of #DA468F
Black with #DA468F
Text Example
Text Example
White with #DA468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA468F; }
p { color: rgb(218,70,143); }
H1.HeaderClassName
{
color: #DA468F;
}
.AnyTagClassName
{
color: #DA468F;
}
</style>
background-color css
<style>
a { background-color: #DA468F; }
a { background-color: rgb(218,70,143); }
div.DivClassName
{
background-color: #DA468F;
}
.BgClassName
{
background-color: #DA468F;
}
</style>
border-color css
<style>
span { border-color: #DA468F; }
span { border-color: rgb(218,70,143); }
td.TdClassName
{
border-color: #DA468F;
}
.TagClassName
{
border-color: #DA468F;
}
</style>