Shades of Rose #D3998B
Tints of Rose #D3998B
RGB
CMYK
RGB Variations
Color information
#D3998B (or 0xD3998B) is known color: Rose. HEX triplet: D3, 99 and 8B. RGB value is (211,153,139). Sum of RGB (Red+Green+Blue) = 211+153+139=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D3998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3998B is #2C6674. Grayscale: #A8A8A8. Windows color (decimal): -2909813 or 9148883. OLE color: 9148883.
HSL color Cylindrical-coordinate representation of color #D3998B: hue angle of 11.67º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3998B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 139 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.17 |
| HSL | 11.67º | 0.45% | 0.69% | - |
| HSV(B) | 11.67º | 0.34% | 0.83% | - |
| XYZ | 42.92 | 38.5 | 29.59 | - |
| YUV | 168.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 139 | 0 | 0.27 | 0.34 | 0.17 | 11.67 | 0.45 | 0.69 |
| Hex | D3 | 99 | 8B | 0 | 1B | 22 | 11 | C | 2D | 45 |
| Octal | 323 | 231 | 213 | 0 | 33 | 42 | 21 | 14 | 55 | 105 |
| Binary | 11010011 | 10011001 | 10001011 | 0 | 11011 | 100010 | 10001 | 1100 | 101101 | 1000101 |
Color Harmonies of #D3998B
Complementary color
Monochromatic Colors of #D3998B
Black with #D3998B
Text Example
Text Example
White with #D3998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3998B; }
p { color: rgb(211,153,139); }
H1.HeaderClassName
{
color: #D3998B;
}
.AnyTagClassName
{
color: #D3998B;
}
</style>
background-color css
<style>
a { background-color: #D3998B; }
a { background-color: rgb(211,153,139); }
div.DivClassName
{
background-color: #D3998B;
}
.BgClassName
{
background-color: #D3998B;
}
</style>
border-color css
<style>
span { border-color: #D3998B; }
span { border-color: rgb(211,153,139); }
td.TdClassName
{
border-color: #D3998B;
}
.TagClassName
{
border-color: #D3998B;
}
</style>