Shades of Petite Orchid #DD958D
Tints of Petite Orchid #DD958D
RGB
CMYK
RGB Variations
Color information
#DD958D (or 0xDD958D) is known color: Petite Orchid. HEX triplet: DD, 95 and 8D. RGB value is (221,149,141). Sum of RGB (Red+Green+Blue) = 221+149+141=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958D is #226A72. Grayscale: #A9A9A9. Windows color (decimal): -2255475 or 9278941. OLE color: 9278941.
HSL color Cylindrical-coordinate representation of color #DD958D: hue angle of 6º 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 #DD958D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 141 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.13 |
| HSL | 6º | 0.54% | 0.71% | - |
| HSV(B) | 6º | 0.36% | 0.87% | - |
| XYZ | 45.37 | 38.79 | 30.3 | - |
| YUV | 169.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 141 | 0 | 0.33 | 0.36 | 0.13 | 6 | 0.54 | 0.71 |
| Hex | DD | 95 | 8D | 0 | 21 | 24 | D | 6 | 36 | 47 |
| Octal | 335 | 225 | 215 | 0 | 41 | 44 | 15 | 6 | 66 | 107 |
| Binary | 11011101 | 10010101 | 10001101 | 0 | 100001 | 100100 | 1101 | 110 | 110110 | 1000111 |
Color Harmonies of #DD958D
Complementary color
Monochromatic Colors of #DD958D
Black with #DD958D
Text Example
Text Example
White with #DD958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD958D; }
p { color: rgb(221,149,141); }
H1.HeaderClassName
{
color: #DD958D;
}
.AnyTagClassName
{
color: #DD958D;
}
</style>
background-color css
<style>
a { background-color: #DD958D; }
a { background-color: rgb(221,149,141); }
div.DivClassName
{
background-color: #DD958D;
}
.BgClassName
{
background-color: #DD958D;
}
</style>
border-color css
<style>
span { border-color: #DD958D; }
span { border-color: rgb(221,149,141); }
td.TdClassName
{
border-color: #DD958D;
}
.TagClassName
{
border-color: #DD958D;
}
</style>