Shades of Petite Orchid #DD908C
Tints of Petite Orchid #DD908C
RGB
CMYK
RGB Variations
Color information
#DD908C (or 0xDD908C) is known color: Petite Orchid. HEX triplet: DD, 90 and 8C. RGB value is (221,144,140). Sum of RGB (Red+Green+Blue) = 221+144+140=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908C is #226F73. Grayscale: #A6A6A6. Windows color (decimal): -2256756 or 9212125. OLE color: 9212125.
HSL color Cylindrical-coordinate representation of color #DD908C: hue angle of 2.96º 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 #DD908C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 140 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.13 |
| HSL | 2.96º | 0.54% | 0.71% | - |
| HSV(B) | 2.96º | 0.37% | 0.87% | - |
| XYZ | 44.53 | 37.21 | 29.65 | - |
| YUV | 166.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 140 | 0 | 0.35 | 0.37 | 0.13 | 2.96 | 0.54 | 0.71 |
| Hex | DD | 90 | 8C | 0 | 23 | 25 | D | 3 | 36 | 47 |
| Octal | 335 | 220 | 214 | 0 | 43 | 45 | 15 | 3 | 66 | 107 |
| Binary | 11011101 | 10010000 | 10001100 | 0 | 100011 | 100101 | 1101 | 11 | 110110 | 1000111 |
Color Harmonies of #DD908C
Complementary color
Monochromatic Colors of #DD908C
Black with #DD908C
Text Example
Text Example
White with #DD908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD908C; }
p { color: rgb(221,144,140); }
H1.HeaderClassName
{
color: #DD908C;
}
.AnyTagClassName
{
color: #DD908C;
}
</style>
background-color css
<style>
a { background-color: #DD908C; }
a { background-color: rgb(221,144,140); }
div.DivClassName
{
background-color: #DD908C;
}
.BgClassName
{
background-color: #DD908C;
}
</style>
border-color css
<style>
span { border-color: #DD908C; }
span { border-color: rgb(221,144,140); }
td.TdClassName
{
border-color: #DD908C;
}
.TagClassName
{
border-color: #DD908C;
}
</style>