Shades of Petite Orchid #D2918A
Tints of Petite Orchid #D2918A
RGB
CMYK
RGB Variations
Color information
#D2918A (or 0xD2918A) is known color: Petite Orchid. HEX triplet: D2, 91 and 8A. RGB value is (210,145,138). Sum of RGB (Red+Green+Blue) = 210+145+138=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2918A is #2D6E75. Grayscale: #A3A3A3. Windows color (decimal): -2977398 or 9081298. OLE color: 9081298.
HSL color Cylindrical-coordinate representation of color #D2918A: hue angle of 5.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2918A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 138 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.18 |
| HSL | 5.83º | 0.44% | 0.68% | - |
| HSV(B) | 5.83º | 0.34% | 0.82% | - |
| XYZ | 41.29 | 35.79 | 28.78 | - |
| YUV | 163.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 138 | 0 | 0.31 | 0.34 | 0.18 | 5.83 | 0.44 | 0.68 |
| Hex | D2 | 91 | 8A | 0 | 1F | 22 | 12 | 6 | 2C | 44 |
| Octal | 322 | 221 | 212 | 0 | 37 | 42 | 22 | 6 | 54 | 104 |
| Binary | 11010010 | 10010001 | 10001010 | 0 | 11111 | 100010 | 10010 | 110 | 101100 | 1000100 |
Color Harmonies of #D2918A
Complementary color
Monochromatic Colors of #D2918A
Black with #D2918A
Text Example
Text Example
White with #D2918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2918A; }
p { color: rgb(210,145,138); }
H1.HeaderClassName
{
color: #D2918A;
}
.AnyTagClassName
{
color: #D2918A;
}
</style>
background-color css
<style>
a { background-color: #D2918A; }
a { background-color: rgb(210,145,138); }
div.DivClassName
{
background-color: #D2918A;
}
.BgClassName
{
background-color: #D2918A;
}
</style>
border-color css
<style>
span { border-color: #D2918A; }
span { border-color: rgb(210,145,138); }
td.TdClassName
{
border-color: #D2918A;
}
.TagClassName
{
border-color: #D2918A;
}
</style>