Shades of Petite Orchid #DDA1A1
Tints of Petite Orchid #DDA1A1
RGB
CMYK
RGB Variations
Color information
#DDA1A1 (or 0xDDA1A1) is known color: Petite Orchid. HEX triplet: DD, A1 and A1. RGB value is (221,161,161). Sum of RGB (Red+Green+Blue) = 221+161+161=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA1A1 is #225E5E. Grayscale: #B3B3B3. Windows color (decimal): -2252383 or 10592733. OLE color: 10592733.
HSL color Cylindrical-coordinate representation of color #DDA1A1: hue angle of 0º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA1A1 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 161 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.13 |
| HSL | 0º | 0.47% | 0.75% | - |
| HSV(B) | 0º | 0.27% | 0.87% | - |
| XYZ | 49 | 43.44 | 39.52 | - |
| YUV | 178.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 161 | 0 | 0.27 | 0.27 | 0.13 | 0 | 0.47 | 0.75 |
| Hex | DD | A1 | A1 | 0 | 1B | 1B | D | 0 | 2F | 4B |
| Octal | 335 | 241 | 241 | 0 | 33 | 33 | 15 | 0 | 57 | 113 |
| Binary | 11011101 | 10100001 | 10100001 | 0 | 11011 | 11011 | 1101 | 0 | 101111 | 1001011 |
Color Harmonies of #DDA1A1
Complementary color
Monochromatic Colors of #DDA1A1
Black with #DDA1A1
Text Example
Text Example
White with #DDA1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1A1; }
p { color: rgb(221,161,161); }
H1.HeaderClassName
{
color: #DDA1A1;
}
.AnyTagClassName
{
color: #DDA1A1;
}
</style>
background-color css
<style>
a { background-color: #DDA1A1; }
a { background-color: rgb(221,161,161); }
div.DivClassName
{
background-color: #DDA1A1;
}
.BgClassName
{
background-color: #DDA1A1;
}
</style>
border-color css
<style>
span { border-color: #DDA1A1; }
span { border-color: rgb(221,161,161); }
td.TdClassName
{
border-color: #DDA1A1;
}
.TagClassName
{
border-color: #DDA1A1;
}
</style>