Shades of Petite Orchid #DD8C8A
Tints of Petite Orchid #DD8C8A
RGB
CMYK
RGB Variations
Color information
#DD8C8A (or 0xDD8C8A) is known color: Petite Orchid. HEX triplet: DD, 8C and 8A. RGB value is (221,140,138). Sum of RGB (Red+Green+Blue) = 221+140+138=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C8A is #227375. Grayscale: #A4A4A4. Windows color (decimal): -2257782 or 9080029. OLE color: 9080029.
HSL color Cylindrical-coordinate representation of color #DD8C8A: hue angle of 1.45º 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 #DD8C8A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 138 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.13 |
| HSL | 1.45º | 0.55% | 0.7% | - |
| HSV(B) | 1.45º | 0.38% | 0.87% | - |
| XYZ | 43.78 | 35.96 | 28.68 | - |
| YUV | 163.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 138 | 0 | 0.37 | 0.38 | 0.13 | 1.45 | 0.55 | 0.7 |
| Hex | DD | 8C | 8A | 0 | 25 | 26 | D | 1 | 37 | 46 |
| Octal | 335 | 214 | 212 | 0 | 45 | 46 | 15 | 1 | 67 | 106 |
| Binary | 11011101 | 10001100 | 10001010 | 0 | 100101 | 100110 | 1101 | 1 | 110111 | 1000110 |
Color Harmonies of #DD8C8A
Complementary color
Monochromatic Colors of #DD8C8A
Black with #DD8C8A
Text Example
Text Example
White with #DD8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C8A; }
p { color: rgb(221,140,138); }
H1.HeaderClassName
{
color: #DD8C8A;
}
.AnyTagClassName
{
color: #DD8C8A;
}
</style>
background-color css
<style>
a { background-color: #DD8C8A; }
a { background-color: rgb(221,140,138); }
div.DivClassName
{
background-color: #DD8C8A;
}
.BgClassName
{
background-color: #DD8C8A;
}
</style>
border-color css
<style>
span { border-color: #DD8C8A; }
span { border-color: rgb(221,140,138); }
td.TdClassName
{
border-color: #DD8C8A;
}
.TagClassName
{
border-color: #DD8C8A;
}
</style>