Shades of Petite Orchid #DD9D9D
Tints of Petite Orchid #DD9D9D
RGB
CMYK
RGB Variations
Color information
#DD9D9D (or 0xDD9D9D) is known color: Petite Orchid. HEX triplet: DD, 9D and 9D. RGB value is (221,157,157). Sum of RGB (Red+Green+Blue) = 221+157+157=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D9D is #226262. Grayscale: #B0B0B0. Windows color (decimal): -2253411 or 10329565. OLE color: 10329565.
HSL color Cylindrical-coordinate representation of color #DD9D9D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9D9D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 157 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.13 |
| HSL | 0º | 0.48% | 0.74% | - |
| HSV(B) | 0º | 0.29% | 0.87% | - |
| XYZ | 47.96 | 41.92 | 37.46 | - |
| YUV | 176.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 157 | 0 | 0.29 | 0.29 | 0.13 | 0 | 0.48 | 0.74 |
| Hex | DD | 9D | 9D | 0 | 1D | 1D | D | 0 | 30 | 4A |
| Octal | 335 | 235 | 235 | 0 | 35 | 35 | 15 | 0 | 60 | 112 |
| Binary | 11011101 | 10011101 | 10011101 | 0 | 11101 | 11101 | 1101 | 0 | 110000 | 1001010 |
Color Harmonies of #DD9D9D
Complementary color
Monochromatic Colors of #DD9D9D
Black with #DD9D9D
Text Example
Text Example
White with #DD9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D9D; }
p { color: rgb(221,157,157); }
H1.HeaderClassName
{
color: #DD9D9D;
}
.AnyTagClassName
{
color: #DD9D9D;
}
</style>
background-color css
<style>
a { background-color: #DD9D9D; }
a { background-color: rgb(221,157,157); }
div.DivClassName
{
background-color: #DD9D9D;
}
.BgClassName
{
background-color: #DD9D9D;
}
</style>
border-color css
<style>
span { border-color: #DD9D9D; }
span { border-color: rgb(221,157,157); }
td.TdClassName
{
border-color: #DD9D9D;
}
.TagClassName
{
border-color: #DD9D9D;
}
</style>