Shades of Deep Cerise #D9438B
Tints of Deep Cerise #D9438B
RGB
CMYK
RGB Variations
Color information
#D9438B (or 0xD9438B) is known color: Deep Cerise. HEX triplet: D9, 43 and 8B. RGB value is (217,67,139). Sum of RGB (Red+Green+Blue) = 217+67+139=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9438B is #26BC74. Grayscale: #777777. Windows color (decimal): -2538613 or 9126873. OLE color: 9126873.
HSL color Cylindrical-coordinate representation of color #D9438B: hue angle of 331.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9438B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 139 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.15 |
| HSL | 331.2º | 0.66% | 0.56% | - |
| HSV(B) | 331.2º | 0.69% | 0.85% | - |
| XYZ | 35.28 | 20.63 | 26.55 | - |
| YUV | 120.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 139 | 0 | 0.69 | 0.36 | 0.15 | 331.2 | 0.66 | 0.56 |
| Hex | D9 | 43 | 8B | 0 | 45 | 24 | F | 14B | 42 | 38 |
| Octal | 331 | 103 | 213 | 0 | 105 | 44 | 17 | 513 | 102 | 70 |
| Binary | 11011001 | 1000011 | 10001011 | 0 | 1000101 | 100100 | 1111 | 101001011 | 1000010 | 111000 |
Color Harmonies of #D9438B
Complementary color
Monochromatic Colors of #D9438B
Black with #D9438B
Text Example
Text Example
White with #D9438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9438B; }
p { color: rgb(217,67,139); }
H1.HeaderClassName
{
color: #D9438B;
}
.AnyTagClassName
{
color: #D9438B;
}
</style>
background-color css
<style>
a { background-color: #D9438B; }
a { background-color: rgb(217,67,139); }
div.DivClassName
{
background-color: #D9438B;
}
.BgClassName
{
background-color: #D9438B;
}
</style>
border-color css
<style>
span { border-color: #D9438B; }
span { border-color: rgb(217,67,139); }
td.TdClassName
{
border-color: #D9438B;
}
.TagClassName
{
border-color: #D9438B;
}
</style>