Shades of Rose #D19D93
Tints of Rose #D19D93
RGB
CMYK
RGB Variations
Color information
#D19D93 (or 0xD19D93) is known color: Rose. HEX triplet: D1, 9D and 93. RGB value is (209,157,147). Sum of RGB (Red+Green+Blue) = 209+157+147=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D93 is #2E626C. Grayscale: #ABABAB. Windows color (decimal): -3039853 or 9674193. OLE color: 9674193.
HSL color Cylindrical-coordinate representation of color #D19D93: hue angle of 9.68º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19D93 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 147 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.18 |
| HSL | 9.68º | 0.4% | 0.7% | - |
| HSV(B) | 9.68º | 0.3% | 0.82% | - |
| XYZ | 43.62 | 39.78 | 32.98 | - |
| YUV | 171.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 147 | 0 | 0.25 | 0.30 | 0.18 | 9.68 | 0.4 | 0.7 |
| Hex | D1 | 9D | 93 | 0 | 19 | 1E | 12 | A | 28 | 46 |
| Octal | 321 | 235 | 223 | 0 | 31 | 36 | 22 | 12 | 50 | 106 |
| Binary | 11010001 | 10011101 | 10010011 | 0 | 11001 | 11110 | 10010 | 1010 | 101000 | 1000110 |
Color Harmonies of #D19D93
Complementary color
Monochromatic Colors of #D19D93
Black with #D19D93
Text Example
Text Example
White with #D19D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D93; }
p { color: rgb(209,157,147); }
H1.HeaderClassName
{
color: #D19D93;
}
.AnyTagClassName
{
color: #D19D93;
}
</style>
background-color css
<style>
a { background-color: #D19D93; }
a { background-color: rgb(209,157,147); }
div.DivClassName
{
background-color: #D19D93;
}
.BgClassName
{
background-color: #D19D93;
}
</style>
border-color css
<style>
span { border-color: #D19D93; }
span { border-color: rgb(209,157,147); }
td.TdClassName
{
border-color: #D19D93;
}
.TagClassName
{
border-color: #D19D93;
}
</style>