Shades of Petite Orchid #DD9F9C
Tints of Petite Orchid #DD9F9C
RGB
CMYK
RGB Variations
Color information
#DD9F9C (or 0xDD9F9C) is known color: Petite Orchid. HEX triplet: DD, 9F and 9C. RGB value is (221,159,156). Sum of RGB (Red+Green+Blue) = 221+159+156=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F9C is #226063. Grayscale: #B1B1B1. Windows color (decimal): -2252900 or 10264541. OLE color: 10264541.
HSL color Cylindrical-coordinate representation of color #DD9F9C: hue angle of 2.77º degrees, saturation: 0.49, 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 #DD9F9C is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 156 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.13 |
| HSL | 2.77º | 0.49% | 0.74% | - |
| HSV(B) | 2.77º | 0.29% | 0.87% | - |
| XYZ | 48.22 | 42.57 | 37.13 | - |
| YUV | 177.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 156 | 0 | 0.28 | 0.29 | 0.13 | 2.77 | 0.49 | 0.74 |
| Hex | DD | 9F | 9C | 0 | 1C | 1D | D | 3 | 31 | 4A |
| Octal | 335 | 237 | 234 | 0 | 34 | 35 | 15 | 3 | 61 | 112 |
| Binary | 11011101 | 10011111 | 10011100 | 0 | 11100 | 11101 | 1101 | 11 | 110001 | 1001010 |
Color Harmonies of #DD9F9C
Complementary color
Monochromatic Colors of #DD9F9C
Black with #DD9F9C
Text Example
Text Example
White with #DD9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F9C; }
p { color: rgb(221,159,156); }
H1.HeaderClassName
{
color: #DD9F9C;
}
.AnyTagClassName
{
color: #DD9F9C;
}
</style>
background-color css
<style>
a { background-color: #DD9F9C; }
a { background-color: rgb(221,159,156); }
div.DivClassName
{
background-color: #DD9F9C;
}
.BgClassName
{
background-color: #DD9F9C;
}
</style>
border-color css
<style>
span { border-color: #DD9F9C; }
span { border-color: rgb(221,159,156); }
td.TdClassName
{
border-color: #DD9F9C;
}
.TagClassName
{
border-color: #DD9F9C;
}
</style>