Shades of Deep Cerise #D9468A
Tints of Deep Cerise #D9468A
RGB
CMYK
RGB Variations
Color information
#D9468A (or 0xD9468A) is known color: Deep Cerise. HEX triplet: D9, 46 and 8A. RGB value is (217,70,138). Sum of RGB (Red+Green+Blue) = 217+70+138=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9468A is #26B975. Grayscale: #797979. Windows color (decimal): -2537846 or 9062105. OLE color: 9062105.
HSL color Cylindrical-coordinate representation of color #D9468A: hue angle of 332.24º degrees, saturation: 0.66, 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 #D9468A is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 138 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.15 |
| HSL | 332.24º | 0.66% | 0.56% | - |
| HSV(B) | 332.24º | 0.68% | 0.85% | - |
| XYZ | 35.39 | 20.97 | 26.23 | - |
| YUV | 121.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 138 | 0 | 0.68 | 0.36 | 0.15 | 332.24 | 0.66 | 0.56 |
| Hex | D9 | 46 | 8A | 0 | 44 | 24 | F | 14C | 42 | 38 |
| Octal | 331 | 106 | 212 | 0 | 104 | 44 | 17 | 514 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10001010 | 0 | 1000100 | 100100 | 1111 | 101001100 | 1000010 | 111000 |
Color Harmonies of #D9468A
Complementary color
Monochromatic Colors of #D9468A
Black with #D9468A
Text Example
Text Example
White with #D9468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9468A; }
p { color: rgb(217,70,138); }
H1.HeaderClassName
{
color: #D9468A;
}
.AnyTagClassName
{
color: #D9468A;
}
</style>
background-color css
<style>
a { background-color: #D9468A; }
a { background-color: rgb(217,70,138); }
div.DivClassName
{
background-color: #D9468A;
}
.BgClassName
{
background-color: #D9468A;
}
</style>
border-color css
<style>
span { border-color: #D9468A; }
span { border-color: rgb(217,70,138); }
td.TdClassName
{
border-color: #D9468A;
}
.TagClassName
{
border-color: #D9468A;
}
</style>