Shades of Petite Orchid #D69A99
Tints of Petite Orchid #D69A99
RGB
CMYK
RGB Variations
Color information
#D69A99 (or 0xD69A99) is known color: Petite Orchid. HEX triplet: D6, 9A and 99. RGB value is (214,154,153). Sum of RGB (Red+Green+Blue) = 214+154+153=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A99 is #296566. Grayscale: #ABABAB. Windows color (decimal): -2712935 or 10066646. OLE color: 10066646.
HSL color Cylindrical-coordinate representation of color #D69A99: hue angle of 0.98º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69A99 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 153 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.16 |
| HSL | 0.98º | 0.43% | 0.72% | - |
| HSV(B) | 0.98º | 0.29% | 0.84% | - |
| XYZ | 45.04 | 39.71 | 35.43 | - |
| YUV | 171.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 153 | 0 | 0.28 | 0.29 | 0.16 | 0.98 | 0.43 | 0.72 |
| Hex | D6 | 9A | 99 | 0 | 1C | 1D | 10 | 1 | 2B | 48 |
| Octal | 326 | 232 | 231 | 0 | 34 | 35 | 20 | 1 | 53 | 110 |
| Binary | 11010110 | 10011010 | 10011001 | 0 | 11100 | 11101 | 10000 | 1 | 101011 | 1001000 |
Color Harmonies of #D69A99
Complementary color
Monochromatic Colors of #D69A99
Black with #D69A99
Text Example
Text Example
White with #D69A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A99; }
p { color: rgb(214,154,153); }
H1.HeaderClassName
{
color: #D69A99;
}
.AnyTagClassName
{
color: #D69A99;
}
</style>
background-color css
<style>
a { background-color: #D69A99; }
a { background-color: rgb(214,154,153); }
div.DivClassName
{
background-color: #D69A99;
}
.BgClassName
{
background-color: #D69A99;
}
</style>
border-color css
<style>
span { border-color: #D69A99; }
span { border-color: rgb(214,154,153); }
td.TdClassName
{
border-color: #D69A99;
}
.TagClassName
{
border-color: #D69A99;
}
</style>