Shades of Petite Orchid #D59898
Tints of Petite Orchid #D59898
RGB
CMYK
RGB Variations
Color information
#D59898 (or 0xD59898) is known color: Petite Orchid. HEX triplet: D5, 98 and 98. RGB value is (213,152,152). Sum of RGB (Red+Green+Blue) = 213+152+152=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D59898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59898 is #2A6767. Grayscale: #AAAAAA. Windows color (decimal): -2778984 or 10000597. OLE color: 10000597.
HSL color Cylindrical-coordinate representation of color #D59898: hue angle of 0º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59898 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 152 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.16 |
| HSL | 0º | 0.42% | 0.72% | - |
| HSV(B) | 0º | 0.29% | 0.84% | - |
| XYZ | 44.34 | 38.87 | 34.87 | - |
| YUV | 170.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 152 | 0 | 0.29 | 0.29 | 0.16 | 0 | 0.42 | 0.72 |
| Hex | D5 | 98 | 98 | 0 | 1D | 1D | 10 | 0 | 2A | 48 |
| Octal | 325 | 230 | 230 | 0 | 35 | 35 | 20 | 0 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10011000 | 0 | 11101 | 11101 | 10000 | 0 | 101010 | 1001000 |
Color Harmonies of #D59898
Complementary color
Monochromatic Colors of #D59898
Black with #D59898
Text Example
Text Example
White with #D59898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59898; }
p { color: rgb(213,152,152); }
H1.HeaderClassName
{
color: #D59898;
}
.AnyTagClassName
{
color: #D59898;
}
</style>
background-color css
<style>
a { background-color: #D59898; }
a { background-color: rgb(213,152,152); }
div.DivClassName
{
background-color: #D59898;
}
.BgClassName
{
background-color: #D59898;
}
</style>
border-color css
<style>
span { border-color: #D59898; }
span { border-color: rgb(213,152,152); }
td.TdClassName
{
border-color: #D59898;
}
.TagClassName
{
border-color: #D59898;
}
</style>