Shades of Petite Orchid #DD9290
Tints of Petite Orchid #DD9290
RGB
CMYK
RGB Variations
Color information
#DD9290 (or 0xDD9290) is known color: Petite Orchid. HEX triplet: DD, 92 and 90. RGB value is (221,146,144). Sum of RGB (Red+Green+Blue) = 221+146+144=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9290 is #226D6F. Grayscale: #A8A8A8. Windows color (decimal): -2256240 or 9474781. OLE color: 9474781.
HSL color Cylindrical-coordinate representation of color #DD9290: hue angle of 1.56º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9290 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 144 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.13 |
| HSL | 1.56º | 0.53% | 0.72% | - |
| HSV(B) | 1.56º | 0.35% | 0.87% | - |
| XYZ | 45.13 | 37.94 | 31.33 | - |
| YUV | 168.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 144 | 0 | 0.34 | 0.35 | 0.13 | 1.56 | 0.53 | 0.72 |
| Hex | DD | 92 | 90 | 0 | 22 | 23 | D | 2 | 35 | 48 |
| Octal | 335 | 222 | 220 | 0 | 42 | 43 | 15 | 2 | 65 | 110 |
| Binary | 11011101 | 10010010 | 10010000 | 0 | 100010 | 100011 | 1101 | 10 | 110101 | 1001000 |
Color Harmonies of #DD9290
Complementary color
Monochromatic Colors of #DD9290
Black with #DD9290
Text Example
Text Example
White with #DD9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9290; }
p { color: rgb(221,146,144); }
H1.HeaderClassName
{
color: #DD9290;
}
.AnyTagClassName
{
color: #DD9290;
}
</style>
background-color css
<style>
a { background-color: #DD9290; }
a { background-color: rgb(221,146,144); }
div.DivClassName
{
background-color: #DD9290;
}
.BgClassName
{
background-color: #DD9290;
}
</style>
border-color css
<style>
span { border-color: #DD9290; }
span { border-color: rgb(221,146,144); }
td.TdClassName
{
border-color: #DD9290;
}
.TagClassName
{
border-color: #DD9290;
}
</style>