Shades of Petite Orchid #D29792
Tints of Petite Orchid #D29792
RGB
CMYK
RGB Variations
Color information
#D29792 (or 0xD29792) is known color: Petite Orchid. HEX triplet: D2, 97 and 92. RGB value is (210,151,146). Sum of RGB (Red+Green+Blue) = 210+151+146=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29792 is #2D686D. Grayscale: #A8A8A8. Windows color (decimal): -2975854 or 9607122. OLE color: 9607122.
HSL color Cylindrical-coordinate representation of color #D29792: hue angle of 4.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29792 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 146 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.18 |
| HSL | 4.69º | 0.42% | 0.7% | - |
| HSV(B) | 4.69º | 0.3% | 0.82% | - |
| XYZ | 42.83 | 37.91 | 32.25 | - |
| YUV | 168.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 146 | 0 | 0.28 | 0.30 | 0.18 | 4.69 | 0.42 | 0.7 |
| Hex | D2 | 97 | 92 | 0 | 1C | 1E | 12 | 5 | 2A | 46 |
| Octal | 322 | 227 | 222 | 0 | 34 | 36 | 22 | 5 | 52 | 106 |
| Binary | 11010010 | 10010111 | 10010010 | 0 | 11100 | 11110 | 10010 | 101 | 101010 | 1000110 |
Color Harmonies of #D29792
Complementary color
Monochromatic Colors of #D29792
Black with #D29792
Text Example
Text Example
White with #D29792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29792; }
p { color: rgb(210,151,146); }
H1.HeaderClassName
{
color: #D29792;
}
.AnyTagClassName
{
color: #D29792;
}
</style>
background-color css
<style>
a { background-color: #D29792; }
a { background-color: rgb(210,151,146); }
div.DivClassName
{
background-color: #D29792;
}
.BgClassName
{
background-color: #D29792;
}
</style>
border-color css
<style>
span { border-color: #D29792; }
span { border-color: rgb(210,151,146); }
td.TdClassName
{
border-color: #D29792;
}
.TagClassName
{
border-color: #D29792;
}
</style>