Shades of Rose #D39E9A
Tints of Rose #D39E9A
RGB
CMYK
RGB Variations
Color information
#D39E9A (or 0xD39E9A) is known color: Rose. HEX triplet: D3, 9E and 9A. RGB value is (211,158,154). Sum of RGB (Red+Green+Blue) = 211+158+154=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39E9A is #2C6165. Grayscale: #ADADAD. Windows color (decimal): -2908518 or 10133203. OLE color: 10133203.
HSL color Cylindrical-coordinate representation of color #D39E9A: hue angle of 4.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39E9A is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 158 | 154 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.17 |
| HSL | 4.21º | 0.39% | 0.72% | - |
| HSV(B) | 4.21º | 0.27% | 0.83% | - |
| XYZ | 44.92 | 40.64 | 36.05 | - |
| YUV | 173.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 154 | 0 | 0.25 | 0.27 | 0.17 | 4.21 | 0.39 | 0.72 |
| Hex | D3 | 9E | 9A | 0 | 19 | 1B | 11 | 4 | 27 | 48 |
| Octal | 323 | 236 | 232 | 0 | 31 | 33 | 21 | 4 | 47 | 110 |
| Binary | 11010011 | 10011110 | 10011010 | 0 | 11001 | 11011 | 10001 | 100 | 100111 | 1001000 |
Color Harmonies of #D39E9A
Complementary color
Monochromatic Colors of #D39E9A
Black with #D39E9A
Text Example
Text Example
White with #D39E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39E9A; }
p { color: rgb(211,158,154); }
H1.HeaderClassName
{
color: #D39E9A;
}
.AnyTagClassName
{
color: #D39E9A;
}
</style>
background-color css
<style>
a { background-color: #D39E9A; }
a { background-color: rgb(211,158,154); }
div.DivClassName
{
background-color: #D39E9A;
}
.BgClassName
{
background-color: #D39E9A;
}
</style>
border-color css
<style>
span { border-color: #D39E9A; }
span { border-color: rgb(211,158,154); }
td.TdClassName
{
border-color: #D39E9A;
}
.TagClassName
{
border-color: #D39E9A;
}
</style>