Shades of Petite Orchid #DD928E
Tints of Petite Orchid #DD928E
RGB
CMYK
RGB Variations
Color information
#DD928E (or 0xDD928E) is known color: Petite Orchid. HEX triplet: DD, 92 and 8E. RGB value is (221,146,142). Sum of RGB (Red+Green+Blue) = 221+146+142=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928E is #226D71. Grayscale: #A8A8A8. Windows color (decimal): -2256242 or 9343709. OLE color: 9343709.
HSL color Cylindrical-coordinate representation of color #DD928E: hue angle of 3.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD928E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 142 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.13 |
| HSL | 3.04º | 0.54% | 0.71% | - |
| HSV(B) | 3.04º | 0.36% | 0.87% | - |
| XYZ | 44.98 | 37.88 | 30.53 | - |
| YUV | 167.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 142 | 0 | 0.34 | 0.36 | 0.13 | 3.04 | 0.54 | 0.71 |
| Hex | DD | 92 | 8E | 0 | 22 | 24 | D | 3 | 36 | 47 |
| Octal | 335 | 222 | 216 | 0 | 42 | 44 | 15 | 3 | 66 | 107 |
| Binary | 11011101 | 10010010 | 10001110 | 0 | 100010 | 100100 | 1101 | 11 | 110110 | 1000111 |
Color Harmonies of #DD928E
Complementary color
Monochromatic Colors of #DD928E
Black with #DD928E
Text Example
Text Example
White with #DD928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD928E; }
p { color: rgb(221,146,142); }
H1.HeaderClassName
{
color: #DD928E;
}
.AnyTagClassName
{
color: #DD928E;
}
</style>
background-color css
<style>
a { background-color: #DD928E; }
a { background-color: rgb(221,146,142); }
div.DivClassName
{
background-color: #DD928E;
}
.BgClassName
{
background-color: #DD928E;
}
</style>
border-color css
<style>
span { border-color: #DD928E; }
span { border-color: rgb(221,146,142); }
td.TdClassName
{
border-color: #DD928E;
}
.TagClassName
{
border-color: #DD928E;
}
</style>