Shades of Petite Orchid #DD9693
Tints of Petite Orchid #DD9693
RGB
CMYK
RGB Variations
Color information
#DD9693 (or 0xDD9693) is known color: Petite Orchid. HEX triplet: DD, 96 and 93. RGB value is (221,150,147). Sum of RGB (Red+Green+Blue) = 221+150+147=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9693 is #22696C. Grayscale: #AAAAAA. Windows color (decimal): -2255213 or 9672413. OLE color: 9672413.
HSL color Cylindrical-coordinate representation of color #DD9693: hue angle of 2.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9693 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 147 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.13 |
| HSL | 2.43º | 0.52% | 0.72% | - |
| HSV(B) | 2.43º | 0.33% | 0.87% | - |
| XYZ | 45.99 | 39.29 | 32.76 | - |
| YUV | 170.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 147 | 0 | 0.32 | 0.33 | 0.13 | 2.43 | 0.52 | 0.72 |
| Hex | DD | 96 | 93 | 0 | 20 | 21 | D | 2 | 34 | 48 |
| Octal | 335 | 226 | 223 | 0 | 40 | 41 | 15 | 2 | 64 | 110 |
| Binary | 11011101 | 10010110 | 10010011 | 0 | 100000 | 100001 | 1101 | 10 | 110100 | 1001000 |
Color Harmonies of #DD9693
Complementary color
Monochromatic Colors of #DD9693
Black with #DD9693
Text Example
Text Example
White with #DD9693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9693; }
p { color: rgb(221,150,147); }
H1.HeaderClassName
{
color: #DD9693;
}
.AnyTagClassName
{
color: #DD9693;
}
</style>
background-color css
<style>
a { background-color: #DD9693; }
a { background-color: rgb(221,150,147); }
div.DivClassName
{
background-color: #DD9693;
}
.BgClassName
{
background-color: #DD9693;
}
</style>
border-color css
<style>
span { border-color: #DD9693; }
span { border-color: rgb(221,150,147); }
td.TdClassName
{
border-color: #DD9693;
}
.TagClassName
{
border-color: #DD9693;
}
</style>