Shades of Petite Orchid #D3958B
Tints of Petite Orchid #D3958B
RGB
CMYK
RGB Variations
Color information
#D3958B (or 0xD3958B) is known color: Petite Orchid. HEX triplet: D3, 95 and 8B. RGB value is (211,149,139). Sum of RGB (Red+Green+Blue) = 211+149+139=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3958B is #2C6A74. Grayscale: #A6A6A6. Windows color (decimal): -2910837 or 9147859. OLE color: 9147859.
HSL color Cylindrical-coordinate representation of color #D3958B: hue angle of 8.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3958B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 139 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.17 |
| HSL | 8.33º | 0.45% | 0.69% | - |
| HSV(B) | 8.33º | 0.34% | 0.83% | - |
| XYZ | 42.27 | 37.21 | 29.38 | - |
| YUV | 166.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 139 | 0 | 0.29 | 0.34 | 0.17 | 8.33 | 0.45 | 0.69 |
| Hex | D3 | 95 | 8B | 0 | 1D | 22 | 11 | 8 | 2D | 45 |
| Octal | 323 | 225 | 213 | 0 | 35 | 42 | 21 | 10 | 55 | 105 |
| Binary | 11010011 | 10010101 | 10001011 | 0 | 11101 | 100010 | 10001 | 1000 | 101101 | 1000101 |
Color Harmonies of #D3958B
Complementary color
Monochromatic Colors of #D3958B
Black with #D3958B
Text Example
Text Example
White with #D3958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3958B; }
p { color: rgb(211,149,139); }
H1.HeaderClassName
{
color: #D3958B;
}
.AnyTagClassName
{
color: #D3958B;
}
</style>
background-color css
<style>
a { background-color: #D3958B; }
a { background-color: rgb(211,149,139); }
div.DivClassName
{
background-color: #D3958B;
}
.BgClassName
{
background-color: #D3958B;
}
</style>
border-color css
<style>
span { border-color: #D3958B; }
span { border-color: rgb(211,149,139); }
td.TdClassName
{
border-color: #D3958B;
}
.TagClassName
{
border-color: #D3958B;
}
</style>