Shades of Petite Orchid #DD9492
Tints of Petite Orchid #DD9492
RGB
CMYK
RGB Variations
Color information
#DD9492 (or 0xDD9492) is known color: Petite Orchid. HEX triplet: DD, 94 and 92. RGB value is (221,148,146). Sum of RGB (Red+Green+Blue) = 221+148+146=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9492 is #226B6D. Grayscale: #A9A9A9. Windows color (decimal): -2255726 or 9606365. OLE color: 9606365.
HSL color Cylindrical-coordinate representation of color #DD9492: hue angle of 1.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9492 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 146 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.13 |
| HSL | 1.6º | 0.52% | 0.72% | - |
| HSV(B) | 1.6º | 0.34% | 0.87% | - |
| XYZ | 45.6 | 38.63 | 32.25 | - |
| YUV | 169.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 146 | 0 | 0.33 | 0.34 | 0.13 | 1.6 | 0.52 | 0.72 |
| Hex | DD | 94 | 92 | 0 | 21 | 22 | D | 2 | 34 | 48 |
| Octal | 335 | 224 | 222 | 0 | 41 | 42 | 15 | 2 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10010010 | 0 | 100001 | 100010 | 1101 | 10 | 110100 | 1001000 |
Color Harmonies of #DD9492
Complementary color
Monochromatic Colors of #DD9492
Black with #DD9492
Text Example
Text Example
White with #DD9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9492; }
p { color: rgb(221,148,146); }
H1.HeaderClassName
{
color: #DD9492;
}
.AnyTagClassName
{
color: #DD9492;
}
</style>
background-color css
<style>
a { background-color: #DD9492; }
a { background-color: rgb(221,148,146); }
div.DivClassName
{
background-color: #DD9492;
}
.BgClassName
{
background-color: #DD9492;
}
</style>
border-color css
<style>
span { border-color: #DD9492; }
span { border-color: rgb(221,148,146); }
td.TdClassName
{
border-color: #DD9492;
}
.TagClassName
{
border-color: #DD9492;
}
</style>