Shades of Petite Orchid #DD978C
Tints of Petite Orchid #DD978C
RGB
CMYK
RGB Variations
Color information
#DD978C (or 0xDD978C) is known color: Petite Orchid. HEX triplet: DD, 97 and 8C. RGB value is (221,151,140). Sum of RGB (Red+Green+Blue) = 221+151+140=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD978C is #226873. Grayscale: #AAAAAA. Windows color (decimal): -2254964 or 9213917. OLE color: 9213917.
HSL color Cylindrical-coordinate representation of color #DD978C: hue angle of 8.15º degrees, saturation: 0.54, 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 #DD978C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 140 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 8.15º | 0.54% | 0.71% | - |
| HSV(B) | 8.15º | 0.37% | 0.87% | - |
| XYZ | 45.62 | 39.4 | 30.01 | - |
| YUV | 170.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 140 | 0 | 0.32 | 0.37 | 0.13 | 8.15 | 0.54 | 0.71 |
| Hex | DD | 97 | 8C | 0 | 20 | 25 | D | 8 | 36 | 47 |
| Octal | 335 | 227 | 214 | 0 | 40 | 45 | 15 | 10 | 66 | 107 |
| Binary | 11011101 | 10010111 | 10001100 | 0 | 100000 | 100101 | 1101 | 1000 | 110110 | 1000111 |
Color Harmonies of #DD978C
Complementary color
Monochromatic Colors of #DD978C
Black with #DD978C
Text Example
Text Example
White with #DD978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD978C; }
p { color: rgb(221,151,140); }
H1.HeaderClassName
{
color: #DD978C;
}
.AnyTagClassName
{
color: #DD978C;
}
</style>
background-color css
<style>
a { background-color: #DD978C; }
a { background-color: rgb(221,151,140); }
div.DivClassName
{
background-color: #DD978C;
}
.BgClassName
{
background-color: #DD978C;
}
</style>
border-color css
<style>
span { border-color: #DD978C; }
span { border-color: rgb(221,151,140); }
td.TdClassName
{
border-color: #DD978C;
}
.TagClassName
{
border-color: #DD978C;
}
</style>