Shades of Rose #D59A8A
Tints of Rose #D59A8A
RGB
CMYK
RGB Variations
Color information
#D59A8A (or 0xD59A8A) is known color: Rose. HEX triplet: D5, 9A and 8A. RGB value is (213,154,138). Sum of RGB (Red+Green+Blue) = 213+154+138=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A8A is #2A6575. Grayscale: #A9A9A9. Windows color (decimal): -2778486 or 9083605. OLE color: 9083605.
HSL color Cylindrical-coordinate representation of color #D59A8A: hue angle of 12.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59A8A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 138 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.16 |
| HSL | 12.8º | 0.47% | 0.69% | - |
| HSV(B) | 12.8º | 0.35% | 0.84% | - |
| XYZ | 43.58 | 39.09 | 29.29 | - |
| YUV | 169.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 138 | 0 | 0.28 | 0.35 | 0.16 | 12.8 | 0.47 | 0.69 |
| Hex | D5 | 9A | 8A | 0 | 1C | 23 | 10 | D | 2F | 45 |
| Octal | 325 | 232 | 212 | 0 | 34 | 43 | 20 | 15 | 57 | 105 |
| Binary | 11010101 | 10011010 | 10001010 | 0 | 11100 | 100011 | 10000 | 1101 | 101111 | 1000101 |
Color Harmonies of #D59A8A
Complementary color
Monochromatic Colors of #D59A8A
Black with #D59A8A
Text Example
Text Example
White with #D59A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A8A; }
p { color: rgb(213,154,138); }
H1.HeaderClassName
{
color: #D59A8A;
}
.AnyTagClassName
{
color: #D59A8A;
}
</style>
background-color css
<style>
a { background-color: #D59A8A; }
a { background-color: rgb(213,154,138); }
div.DivClassName
{
background-color: #D59A8A;
}
.BgClassName
{
background-color: #D59A8A;
}
</style>
border-color css
<style>
span { border-color: #D59A8A; }
span { border-color: rgb(213,154,138); }
td.TdClassName
{
border-color: #D59A8A;
}
.TagClassName
{
border-color: #D59A8A;
}
</style>