Shades of Petite Orchid #DD918C
Tints of Petite Orchid #DD918C
RGB
CMYK
RGB Variations
Color information
#DD918C (or 0xDD918C) is known color: Petite Orchid. HEX triplet: DD, 91 and 8C. RGB value is (221,145,140). Sum of RGB (Red+Green+Blue) = 221+145+140=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918C is #226E73. Grayscale: #A7A7A7. Windows color (decimal): -2256500 or 9212381. OLE color: 9212381.
HSL color Cylindrical-coordinate representation of color #DD918C: hue angle of 3.7º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD918C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 140 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.13 |
| HSL | 3.7º | 0.54% | 0.71% | - |
| HSV(B) | 3.7º | 0.37% | 0.87% | - |
| XYZ | 44.68 | 37.52 | 29.7 | - |
| YUV | 167.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 140 | 0 | 0.34 | 0.37 | 0.13 | 3.7 | 0.54 | 0.71 |
| Hex | DD | 91 | 8C | 0 | 22 | 25 | D | 4 | 36 | 47 |
| Octal | 335 | 221 | 214 | 0 | 42 | 45 | 15 | 4 | 66 | 107 |
| Binary | 11011101 | 10010001 | 10001100 | 0 | 100010 | 100101 | 1101 | 100 | 110110 | 1000111 |
Color Harmonies of #DD918C
Complementary color
Monochromatic Colors of #DD918C
Black with #DD918C
Text Example
Text Example
White with #DD918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD918C; }
p { color: rgb(221,145,140); }
H1.HeaderClassName
{
color: #DD918C;
}
.AnyTagClassName
{
color: #DD918C;
}
</style>
background-color css
<style>
a { background-color: #DD918C; }
a { background-color: rgb(221,145,140); }
div.DivClassName
{
background-color: #DD918C;
}
.BgClassName
{
background-color: #DD918C;
}
</style>
border-color css
<style>
span { border-color: #DD918C; }
span { border-color: rgb(221,145,140); }
td.TdClassName
{
border-color: #DD918C;
}
.TagClassName
{
border-color: #DD918C;
}
</style>