Shades of Petite Orchid #DD938F
Tints of Petite Orchid #DD938F
RGB
CMYK
RGB Variations
Color information
#DD938F (or 0xDD938F) is known color: Petite Orchid. HEX triplet: DD, 93 and 8F. RGB value is (221,147,143). Sum of RGB (Red+Green+Blue) = 221+147+143=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD938F is #226C70. Grayscale: #A8A8A8. Windows color (decimal): -2255985 or 9409501. OLE color: 9409501.
HSL color Cylindrical-coordinate representation of color #DD938F: hue angle of 3.08º 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 #DD938F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 143 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.13 |
| HSL | 3.08º | 0.53% | 0.71% | - |
| HSV(B) | 3.08º | 0.35% | 0.87% | - |
| XYZ | 45.21 | 38.22 | 30.98 | - |
| YUV | 168.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 143 | 0 | 0.33 | 0.35 | 0.13 | 3.08 | 0.53 | 0.71 |
| Hex | DD | 93 | 8F | 0 | 21 | 23 | D | 3 | 35 | 47 |
| Octal | 335 | 223 | 217 | 0 | 41 | 43 | 15 | 3 | 65 | 107 |
| Binary | 11011101 | 10010011 | 10001111 | 0 | 100001 | 100011 | 1101 | 11 | 110101 | 1000111 |
Color Harmonies of #DD938F
Complementary color
Monochromatic Colors of #DD938F
Black with #DD938F
Text Example
Text Example
White with #DD938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD938F; }
p { color: rgb(221,147,143); }
H1.HeaderClassName
{
color: #DD938F;
}
.AnyTagClassName
{
color: #DD938F;
}
</style>
background-color css
<style>
a { background-color: #DD938F; }
a { background-color: rgb(221,147,143); }
div.DivClassName
{
background-color: #DD938F;
}
.BgClassName
{
background-color: #DD938F;
}
</style>
border-color css
<style>
span { border-color: #DD938F; }
span { border-color: rgb(221,147,143); }
td.TdClassName
{
border-color: #DD938F;
}
.TagClassName
{
border-color: #DD938F;
}
</style>