Shades of Petite Orchid #DD968E
Tints of Petite Orchid #DD968E
RGB
CMYK
RGB Variations
Color information
#DD968E (or 0xDD968E) is known color: Petite Orchid. HEX triplet: DD, 96 and 8E. RGB value is (221,150,142). Sum of RGB (Red+Green+Blue) = 221+150+142=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968E is #226971. Grayscale: #AAAAAA. Windows color (decimal): -2255218 or 9344733. OLE color: 9344733.
HSL color Cylindrical-coordinate representation of color #DD968E: hue angle of 6.08º 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 #DD968E is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 142 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.13 |
| HSL | 6.08º | 0.54% | 0.71% | - |
| HSV(B) | 6.08º | 0.36% | 0.87% | - |
| XYZ | 45.61 | 39.14 | 30.74 | - |
| YUV | 170.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 142 | 0 | 0.32 | 0.36 | 0.13 | 6.08 | 0.54 | 0.71 |
| Hex | DD | 96 | 8E | 0 | 20 | 24 | D | 6 | 36 | 47 |
| Octal | 335 | 226 | 216 | 0 | 40 | 44 | 15 | 6 | 66 | 107 |
| Binary | 11011101 | 10010110 | 10001110 | 0 | 100000 | 100100 | 1101 | 110 | 110110 | 1000111 |
Color Harmonies of #DD968E
Complementary color
Monochromatic Colors of #DD968E
Black with #DD968E
Text Example
Text Example
White with #DD968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD968E; }
p { color: rgb(221,150,142); }
H1.HeaderClassName
{
color: #DD968E;
}
.AnyTagClassName
{
color: #DD968E;
}
</style>
background-color css
<style>
a { background-color: #DD968E; }
a { background-color: rgb(221,150,142); }
div.DivClassName
{
background-color: #DD968E;
}
.BgClassName
{
background-color: #DD968E;
}
</style>
border-color css
<style>
span { border-color: #DD968E; }
span { border-color: rgb(221,150,142); }
td.TdClassName
{
border-color: #DD968E;
}
.TagClassName
{
border-color: #DD968E;
}
</style>