Shades of Petite Orchid #DD958F
Tints of Petite Orchid #DD958F
RGB
CMYK
RGB Variations
Color information
#DD958F (or 0xDD958F) is known color: Petite Orchid. HEX triplet: DD, 95 and 8F. RGB value is (221,149,143). Sum of RGB (Red+Green+Blue) = 221+149+143=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958F is #226A70. Grayscale: #A9A9A9. Windows color (decimal): -2255473 or 9410013. OLE color: 9410013.
HSL color Cylindrical-coordinate representation of color #DD958F: hue angle of 4.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD958F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 143 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.13 |
| HSL | 4.62º | 0.53% | 0.71% | - |
| HSV(B) | 4.62º | 0.35% | 0.87% | - |
| XYZ | 45.52 | 38.85 | 31.09 | - |
| YUV | 169.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 143 | 0 | 0.33 | 0.35 | 0.13 | 4.62 | 0.53 | 0.71 |
| Hex | DD | 95 | 8F | 0 | 21 | 23 | D | 5 | 35 | 47 |
| Octal | 335 | 225 | 217 | 0 | 41 | 43 | 15 | 5 | 65 | 107 |
| Binary | 11011101 | 10010101 | 10001111 | 0 | 100001 | 100011 | 1101 | 101 | 110101 | 1000111 |
Color Harmonies of #DD958F
Complementary color
Monochromatic Colors of #DD958F
Black with #DD958F
Text Example
Text Example
White with #DD958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD958F; }
p { color: rgb(221,149,143); }
H1.HeaderClassName
{
color: #DD958F;
}
.AnyTagClassName
{
color: #DD958F;
}
</style>
background-color css
<style>
a { background-color: #DD958F; }
a { background-color: rgb(221,149,143); }
div.DivClassName
{
background-color: #DD958F;
}
.BgClassName
{
background-color: #DD958F;
}
</style>
border-color css
<style>
span { border-color: #DD958F; }
span { border-color: rgb(221,149,143); }
td.TdClassName
{
border-color: #DD958F;
}
.TagClassName
{
border-color: #DD958F;
}
</style>