Shades of Petite Orchid #DD918D
Tints of Petite Orchid #DD918D
RGB
CMYK
RGB Variations
Color information
#DD918D (or 0xDD918D) is known color: Petite Orchid. HEX triplet: DD, 91 and 8D. RGB value is (221,145,141). Sum of RGB (Red+Green+Blue) = 221+145+141=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918D is #226E72. Grayscale: #A7A7A7. Windows color (decimal): -2256499 or 9277917. OLE color: 9277917.
HSL color Cylindrical-coordinate representation of color #DD918D: hue angle of 3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD918D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 141 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.13 |
| HSL | 3º | 0.54% | 0.71% | - |
| HSV(B) | 3º | 0.36% | 0.87% | - |
| XYZ | 44.75 | 37.55 | 30.09 | - |
| YUV | 167.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 141 | 0 | 0.34 | 0.36 | 0.13 | 3 | 0.54 | 0.71 |
| Hex | DD | 91 | 8D | 0 | 22 | 24 | D | 3 | 36 | 47 |
| Octal | 335 | 221 | 215 | 0 | 42 | 44 | 15 | 3 | 66 | 107 |
| Binary | 11011101 | 10010001 | 10001101 | 0 | 100010 | 100100 | 1101 | 11 | 110110 | 1000111 |
Color Harmonies of #DD918D
Complementary color
Monochromatic Colors of #DD918D
Black with #DD918D
Text Example
Text Example
White with #DD918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD918D; }
p { color: rgb(221,145,141); }
H1.HeaderClassName
{
color: #DD918D;
}
.AnyTagClassName
{
color: #DD918D;
}
</style>
background-color css
<style>
a { background-color: #DD918D; }
a { background-color: rgb(221,145,141); }
div.DivClassName
{
background-color: #DD918D;
}
.BgClassName
{
background-color: #DD918D;
}
</style>
border-color css
<style>
span { border-color: #DD918D; }
span { border-color: rgb(221,145,141); }
td.TdClassName
{
border-color: #DD918D;
}
.TagClassName
{
border-color: #DD918D;
}
</style>