Shades of Petite Orchid #DD9695
Tints of Petite Orchid #DD9695
RGB
CMYK
RGB Variations
Color information
#DD9695 (or 0xDD9695) is known color: Petite Orchid. HEX triplet: DD, 96 and 95. RGB value is (221,150,149). Sum of RGB (Red+Green+Blue) = 221+150+149=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9695 is #22696A. Grayscale: #ABABAB. Windows color (decimal): -2255211 or 9803485. OLE color: 9803485.
HSL color Cylindrical-coordinate representation of color #DD9695: hue angle of 0.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9695 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 149 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.13 |
| HSL | 0.83º | 0.51% | 0.73% | - |
| HSV(B) | 0.83º | 0.33% | 0.87% | - |
| XYZ | 46.15 | 39.35 | 33.6 | - |
| YUV | 171.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 149 | 0 | 0.32 | 0.33 | 0.13 | 0.83 | 0.51 | 0.73 |
| Hex | DD | 96 | 95 | 0 | 20 | 21 | D | 1 | 33 | 49 |
| Octal | 335 | 226 | 225 | 0 | 40 | 41 | 15 | 1 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10010101 | 0 | 100000 | 100001 | 1101 | 1 | 110011 | 1001001 |
Color Harmonies of #DD9695
Complementary color
Monochromatic Colors of #DD9695
Black with #DD9695
Text Example
Text Example
White with #DD9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9695; }
p { color: rgb(221,150,149); }
H1.HeaderClassName
{
color: #DD9695;
}
.AnyTagClassName
{
color: #DD9695;
}
</style>
background-color css
<style>
a { background-color: #DD9695; }
a { background-color: rgb(221,150,149); }
div.DivClassName
{
background-color: #DD9695;
}
.BgClassName
{
background-color: #DD9695;
}
</style>
border-color css
<style>
span { border-color: #DD9695; }
span { border-color: rgb(221,150,149); }
td.TdClassName
{
border-color: #DD9695;
}
.TagClassName
{
border-color: #DD9695;
}
</style>