Shades of Petite Orchid #D59A8F
Tints of Petite Orchid #D59A8F
RGB
CMYK
RGB Variations
Color information
#D59A8F (or 0xD59A8F) is known color: Petite Orchid. HEX triplet: D5, 9A and 8F. RGB value is (213,154,143). Sum of RGB (Red+Green+Blue) = 213+154+143=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A8F is #2A6570. Grayscale: #AAAAAA. Windows color (decimal): -2778481 or 9411285. OLE color: 9411285.
HSL color Cylindrical-coordinate representation of color #D59A8F: hue angle of 9.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59A8F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 154 | 143 | - |
CMYK | 0 | 0.28 | 0.33 | 0.16 |
HSL | 9.43º | 0.45% | 0.7% | - |
HSV(B) | 9.43º | 0.33% | 0.84% | - |
XYZ | 43.95 | 39.24 | 31.24 | - |
YUV | 170.39 | 112.55 | 158.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 154 | 143 | 0 | 0.28 | 0.33 | 0.16 | 9.43 | 0.45 | 0.7 |
Hex | D5 | 9A | 8F | 0 | 1C | 21 | 10 | 9 | 2D | 46 |
Octal | 325 | 232 | 217 | 0 | 34 | 41 | 20 | 11 | 55 | 106 |
Binary | 11010101 | 10011010 | 10001111 | 0 | 11100 | 100001 | 10000 | 1001 | 101101 | 1000110 |
Color Harmonies of #D59A8F
Complementary color
Monochromatic Colors of #D59A8F
Black with #D59A8F
Text Example
Text Example
White with #D59A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A8F; }
p { color: rgb(213,154,143); }
H1.HeaderClassName
{
color: #D59A8F;
}
.AnyTagClassName
{
color: #D59A8F;
}
</style>
background-color css
<style>
a { background-color: #D59A8F; }
a { background-color: rgb(213,154,143); }
div.DivClassName
{
background-color: #D59A8F;
}
.BgClassName
{
background-color: #D59A8F;
}
</style>
border-color css
<style>
span { border-color: #D59A8F; }
span { border-color: rgb(213,154,143); }
td.TdClassName
{
border-color: #D59A8F;
}
.TagClassName
{
border-color: #D59A8F;
}
</style>