Shades of Petite Orchid #DD9792
Tints of Petite Orchid #DD9792
RGB
CMYK
RGB Variations
Color information
#DD9792 (or 0xDD9792) is known color: Petite Orchid. HEX triplet: DD, 97 and 92. RGB value is (221,151,146). Sum of RGB (Red+Green+Blue) = 221+151+146=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9792 is #22686D. Grayscale: #ABABAB. Windows color (decimal): -2254958 or 9607133. OLE color: 9607133.
HSL color Cylindrical-coordinate representation of color #DD9792: hue angle of 4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9792 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 146 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.13 |
| HSL | 4º | 0.52% | 0.72% | - |
| HSV(B) | 4º | 0.34% | 0.87% | - |
| XYZ | 46.07 | 39.58 | 32.41 | - |
| YUV | 171.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 146 | 0 | 0.32 | 0.34 | 0.13 | 4 | 0.52 | 0.72 |
| Hex | DD | 97 | 92 | 0 | 20 | 22 | D | 4 | 34 | 48 |
| Octal | 335 | 227 | 222 | 0 | 40 | 42 | 15 | 4 | 64 | 110 |
| Binary | 11011101 | 10010111 | 10010010 | 0 | 100000 | 100010 | 1101 | 100 | 110100 | 1001000 |
Color Harmonies of #DD9792
Complementary color
Monochromatic Colors of #DD9792
Black with #DD9792
Text Example
Text Example
White with #DD9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9792; }
p { color: rgb(221,151,146); }
H1.HeaderClassName
{
color: #DD9792;
}
.AnyTagClassName
{
color: #DD9792;
}
</style>
background-color css
<style>
a { background-color: #DD9792; }
a { background-color: rgb(221,151,146); }
div.DivClassName
{
background-color: #DD9792;
}
.BgClassName
{
background-color: #DD9792;
}
</style>
border-color css
<style>
span { border-color: #DD9792; }
span { border-color: rgb(221,151,146); }
td.TdClassName
{
border-color: #DD9792;
}
.TagClassName
{
border-color: #DD9792;
}
</style>