Shades of Petite Orchid #D28E8D
Tints of Petite Orchid #D28E8D
RGB
CMYK
RGB Variations
Color information
#D28E8D (or 0xD28E8D) is known color: Petite Orchid. HEX triplet: D2, 8E and 8D. RGB value is (210,142,141). Sum of RGB (Red+Green+Blue) = 210+142+141=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28E8D is #2D7172. Grayscale: #A2A2A2. Windows color (decimal): -2978163 or 9277138. OLE color: 9277138.
HSL color Cylindrical-coordinate representation of color #D28E8D: hue angle of 0.87º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28E8D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 141 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.18 |
| HSL | 0.87º | 0.43% | 0.69% | - |
| HSV(B) | 0.87º | 0.33% | 0.82% | - |
| XYZ | 41.06 | 34.97 | 29.79 | - |
| YUV | 162.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 141 | 0 | 0.32 | 0.33 | 0.18 | 0.87 | 0.43 | 0.69 |
| Hex | D2 | 8E | 8D | 0 | 20 | 21 | 12 | 1 | 2B | 45 |
| Octal | 322 | 216 | 215 | 0 | 40 | 41 | 22 | 1 | 53 | 105 |
| Binary | 11010010 | 10001110 | 10001101 | 0 | 100000 | 100001 | 10010 | 1 | 101011 | 1000101 |
Color Harmonies of #D28E8D
Complementary color
Monochromatic Colors of #D28E8D
Black with #D28E8D
Text Example
Text Example
White with #D28E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E8D; }
p { color: rgb(210,142,141); }
H1.HeaderClassName
{
color: #D28E8D;
}
.AnyTagClassName
{
color: #D28E8D;
}
</style>
background-color css
<style>
a { background-color: #D28E8D; }
a { background-color: rgb(210,142,141); }
div.DivClassName
{
background-color: #D28E8D;
}
.BgClassName
{
background-color: #D28E8D;
}
</style>
border-color css
<style>
span { border-color: #D28E8D; }
span { border-color: rgb(210,142,141); }
td.TdClassName
{
border-color: #D28E8D;
}
.TagClassName
{
border-color: #D28E8D;
}
</style>