Shades of Petite Orchid #DD978B
Tints of Petite Orchid #DD978B
RGB
CMYK
RGB Variations
Color information
#DD978B (or 0xDD978B) is known color: Petite Orchid. HEX triplet: DD, 97 and 8B. RGB value is (221,151,139). Sum of RGB (Red+Green+Blue) = 221+151+139=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD978B is #226874. Grayscale: #AAAAAA. Windows color (decimal): -2254965 or 9148381. OLE color: 9148381.
HSL color Cylindrical-coordinate representation of color #DD978B: hue angle of 8.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD978B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 139 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 8.78º | 0.55% | 0.71% | - |
| HSV(B) | 8.78º | 0.37% | 0.87% | - |
| XYZ | 45.55 | 39.37 | 29.62 | - |
| YUV | 170.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 139 | 0 | 0.32 | 0.37 | 0.13 | 8.78 | 0.55 | 0.71 |
| Hex | DD | 97 | 8B | 0 | 20 | 25 | D | 9 | 37 | 47 |
| Octal | 335 | 227 | 213 | 0 | 40 | 45 | 15 | 11 | 67 | 107 |
| Binary | 11011101 | 10010111 | 10001011 | 0 | 100000 | 100101 | 1101 | 1001 | 110111 | 1000111 |
Color Harmonies of #DD978B
Complementary color
Monochromatic Colors of #DD978B
Black with #DD978B
Text Example
Text Example
White with #DD978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD978B; }
p { color: rgb(221,151,139); }
H1.HeaderClassName
{
color: #DD978B;
}
.AnyTagClassName
{
color: #DD978B;
}
</style>
background-color css
<style>
a { background-color: #DD978B; }
a { background-color: rgb(221,151,139); }
div.DivClassName
{
background-color: #DD978B;
}
.BgClassName
{
background-color: #DD978B;
}
</style>
border-color css
<style>
span { border-color: #DD978B; }
span { border-color: rgb(221,151,139); }
td.TdClassName
{
border-color: #DD978B;
}
.TagClassName
{
border-color: #DD978B;
}
</style>