Shades of Petite Orchid #DD9898
Tints of Petite Orchid #DD9898
RGB
CMYK
RGB Variations
Color information
#DD9898 (or 0xDD9898) is known color: Petite Orchid. HEX triplet: DD, 98 and 98. RGB value is (221,152,152). Sum of RGB (Red+Green+Blue) = 221+152+152=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9898 is #226767. Grayscale: #ACACAC. Windows color (decimal): -2254696 or 10000605. OLE color: 10000605.
HSL color Cylindrical-coordinate representation of color #DD9898: hue angle of 0º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9898 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 152 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.13 |
| HSL | 0º | 0.5% | 0.73% | - |
| HSV(B) | 0º | 0.31% | 0.87% | - |
| XYZ | 46.71 | 40.1 | 34.98 | - |
| YUV | 172.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 152 | 0 | 0.31 | 0.31 | 0.13 | 0 | 0.5 | 0.73 |
| Hex | DD | 98 | 98 | 0 | 1F | 1F | D | 0 | 32 | 49 |
| Octal | 335 | 230 | 230 | 0 | 37 | 37 | 15 | 0 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10011000 | 0 | 11111 | 11111 | 1101 | 0 | 110010 | 1001001 |
Color Harmonies of #DD9898
Complementary color
Monochromatic Colors of #DD9898
Black with #DD9898
Text Example
Text Example
White with #DD9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9898; }
p { color: rgb(221,152,152); }
H1.HeaderClassName
{
color: #DD9898;
}
.AnyTagClassName
{
color: #DD9898;
}
</style>
background-color css
<style>
a { background-color: #DD9898; }
a { background-color: rgb(221,152,152); }
div.DivClassName
{
background-color: #DD9898;
}
.BgClassName
{
background-color: #DD9898;
}
</style>
border-color css
<style>
span { border-color: #DD9898; }
span { border-color: rgb(221,152,152); }
td.TdClassName
{
border-color: #DD9898;
}
.TagClassName
{
border-color: #DD9898;
}
</style>