Shades of Petite Orchid #D3998D
Tints of Petite Orchid #D3998D
RGB
CMYK
RGB Variations
Color information
#D3998D (or 0xD3998D) is known color: Petite Orchid. HEX triplet: D3, 99 and 8D. RGB value is (211,153,141). Sum of RGB (Red+Green+Blue) = 211+153+141=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D3998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3998D is #2C6672. Grayscale: #A9A9A9. Windows color (decimal): -2909811 or 9279955. OLE color: 9279955.
HSL color Cylindrical-coordinate representation of color #D3998D: hue angle of 10.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3998D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 141 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.17 |
| HSL | 10.29º | 0.44% | 0.69% | - |
| HSV(B) | 10.29º | 0.33% | 0.83% | - |
| XYZ | 43.06 | 38.55 | 30.37 | - |
| YUV | 168.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 141 | 0 | 0.27 | 0.33 | 0.17 | 10.29 | 0.44 | 0.69 |
| Hex | D3 | 99 | 8D | 0 | 1B | 21 | 11 | A | 2C | 45 |
| Octal | 323 | 231 | 215 | 0 | 33 | 41 | 21 | 12 | 54 | 105 |
| Binary | 11010011 | 10011001 | 10001101 | 0 | 11011 | 100001 | 10001 | 1010 | 101100 | 1000101 |
Color Harmonies of #D3998D
Complementary color
Monochromatic Colors of #D3998D
Black with #D3998D
Text Example
Text Example
White with #D3998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3998D; }
p { color: rgb(211,153,141); }
H1.HeaderClassName
{
color: #D3998D;
}
.AnyTagClassName
{
color: #D3998D;
}
</style>
background-color css
<style>
a { background-color: #D3998D; }
a { background-color: rgb(211,153,141); }
div.DivClassName
{
background-color: #D3998D;
}
.BgClassName
{
background-color: #D3998D;
}
</style>
border-color css
<style>
span { border-color: #D3998D; }
span { border-color: rgb(211,153,141); }
td.TdClassName
{
border-color: #D3998D;
}
.TagClassName
{
border-color: #D3998D;
}
</style>