Shades of Petite Orchid #D2928B
Tints of Petite Orchid #D2928B
RGB
CMYK
RGB Variations
Color information
#D2928B (or 0xD2928B) is known color: Petite Orchid. HEX triplet: D2, 92 and 8B. RGB value is (210,146,139). Sum of RGB (Red+Green+Blue) = 210+146+139=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2928B is #2D6D74. Grayscale: #A4A4A4. Windows color (decimal): -2977141 or 9147090. OLE color: 9147090.
HSL color Cylindrical-coordinate representation of color #D2928B: hue angle of 5.92º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2928B is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 139 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.18 |
| HSL | 5.92º | 0.44% | 0.68% | - |
| HSV(B) | 5.92º | 0.34% | 0.82% | - |
| XYZ | 41.52 | 36.12 | 29.21 | - |
| YUV | 164.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 139 | 0 | 0.30 | 0.34 | 0.18 | 5.92 | 0.44 | 0.68 |
| Hex | D2 | 92 | 8B | 0 | 1E | 22 | 12 | 6 | 2C | 44 |
| Octal | 322 | 222 | 213 | 0 | 36 | 42 | 22 | 6 | 54 | 104 |
| Binary | 11010010 | 10010010 | 10001011 | 0 | 11110 | 100010 | 10010 | 110 | 101100 | 1000100 |
Color Harmonies of #D2928B
Complementary color
Monochromatic Colors of #D2928B
Black with #D2928B
Text Example
Text Example
White with #D2928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2928B; }
p { color: rgb(210,146,139); }
H1.HeaderClassName
{
color: #D2928B;
}
.AnyTagClassName
{
color: #D2928B;
}
</style>
background-color css
<style>
a { background-color: #D2928B; }
a { background-color: rgb(210,146,139); }
div.DivClassName
{
background-color: #D2928B;
}
.BgClassName
{
background-color: #D2928B;
}
</style>
border-color css
<style>
span { border-color: #D2928B; }
span { border-color: rgb(210,146,139); }
td.TdClassName
{
border-color: #D2928B;
}
.TagClassName
{
border-color: #D2928B;
}
</style>