Shades of Petite Orchid #DD8F8A
Tints of Petite Orchid #DD8F8A
RGB
CMYK
RGB Variations
Color information
#DD8F8A (or 0xDD8F8A) is known color: Petite Orchid. HEX triplet: DD, 8F and 8A. RGB value is (221,143,138). Sum of RGB (Red+Green+Blue) = 221+143+138=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F8A is #227075. Grayscale: #A5A5A5. Windows color (decimal): -2257014 or 9080797. OLE color: 9080797.
HSL color Cylindrical-coordinate representation of color #DD8F8A: hue angle of 3.61º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8F8A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 138 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.13 |
| HSL | 3.61º | 0.55% | 0.7% | - |
| HSV(B) | 3.61º | 0.38% | 0.87% | - |
| XYZ | 44.23 | 36.85 | 28.83 | - |
| YUV | 165.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 138 | 0 | 0.35 | 0.38 | 0.13 | 3.61 | 0.55 | 0.7 |
| Hex | DD | 8F | 8A | 0 | 23 | 26 | D | 4 | 37 | 46 |
| Octal | 335 | 217 | 212 | 0 | 43 | 46 | 15 | 4 | 67 | 106 |
| Binary | 11011101 | 10001111 | 10001010 | 0 | 100011 | 100110 | 1101 | 100 | 110111 | 1000110 |
Color Harmonies of #DD8F8A
Complementary color
Monochromatic Colors of #DD8F8A
Black with #DD8F8A
Text Example
Text Example
White with #DD8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F8A; }
p { color: rgb(221,143,138); }
H1.HeaderClassName
{
color: #DD8F8A;
}
.AnyTagClassName
{
color: #DD8F8A;
}
</style>
background-color css
<style>
a { background-color: #DD8F8A; }
a { background-color: rgb(221,143,138); }
div.DivClassName
{
background-color: #DD8F8A;
}
.BgClassName
{
background-color: #DD8F8A;
}
</style>
border-color css
<style>
span { border-color: #DD8F8A; }
span { border-color: rgb(221,143,138); }
td.TdClassName
{
border-color: #DD8F8A;
}
.TagClassName
{
border-color: #DD8F8A;
}
</style>