Shades of Petite Orchid #DD958B
Tints of Petite Orchid #DD958B
RGB
CMYK
RGB Variations
Color information
#DD958B (or 0xDD958B) is known color: Petite Orchid. HEX triplet: DD, 95 and 8B. RGB value is (221,149,139). Sum of RGB (Red+Green+Blue) = 221+149+139=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958B is #226A74. Grayscale: #A9A9A9. Windows color (decimal): -2255477 or 9147869. OLE color: 9147869.
HSL color Cylindrical-coordinate representation of color #DD958B: hue angle of 7.32º 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 #DD958B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 139 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.13 |
| HSL | 7.32º | 0.55% | 0.71% | - |
| HSV(B) | 7.32º | 0.37% | 0.87% | - |
| XYZ | 45.23 | 38.73 | 29.52 | - |
| YUV | 169.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 139 | 0 | 0.33 | 0.37 | 0.13 | 7.32 | 0.55 | 0.71 |
| Hex | DD | 95 | 8B | 0 | 21 | 25 | D | 7 | 37 | 47 |
| Octal | 335 | 225 | 213 | 0 | 41 | 45 | 15 | 7 | 67 | 107 |
| Binary | 11011101 | 10010101 | 10001011 | 0 | 100001 | 100101 | 1101 | 111 | 110111 | 1000111 |
Color Harmonies of #DD958B
Complementary color
Monochromatic Colors of #DD958B
Black with #DD958B
Text Example
Text Example
White with #DD958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD958B; }
p { color: rgb(221,149,139); }
H1.HeaderClassName
{
color: #DD958B;
}
.AnyTagClassName
{
color: #DD958B;
}
</style>
background-color css
<style>
a { background-color: #DD958B; }
a { background-color: rgb(221,149,139); }
div.DivClassName
{
background-color: #DD958B;
}
.BgClassName
{
background-color: #DD958B;
}
</style>
border-color css
<style>
span { border-color: #DD958B; }
span { border-color: rgb(221,149,139); }
td.TdClassName
{
border-color: #DD958B;
}
.TagClassName
{
border-color: #DD958B;
}
</style>