Shades of Petite Orchid #D3998F
Tints of Petite Orchid #D3998F
RGB
CMYK
RGB Variations
Color information
#D3998F (or 0xD3998F) is known color: Petite Orchid. HEX triplet: D3, 99 and 8F. RGB value is (211,153,143). Sum of RGB (Red+Green+Blue) = 211+153+143=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3998F is #2C6670. Grayscale: #A9A9A9. Windows color (decimal): -2909809 or 9411027. OLE color: 9411027.
HSL color Cylindrical-coordinate representation of color #D3998F: hue angle of 8.82º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3998F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 143 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.17 |
| HSL | 8.82º | 0.44% | 0.69% | - |
| HSV(B) | 8.82º | 0.32% | 0.83% | - |
| XYZ | 43.21 | 38.61 | 31.16 | - |
| YUV | 169.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 143 | 0 | 0.27 | 0.32 | 0.17 | 8.82 | 0.44 | 0.69 |
| Hex | D3 | 99 | 8F | 0 | 1B | 20 | 11 | 9 | 2C | 45 |
| Octal | 323 | 231 | 217 | 0 | 33 | 40 | 21 | 11 | 54 | 105 |
| Binary | 11010011 | 10011001 | 10001111 | 0 | 11011 | 100000 | 10001 | 1001 | 101100 | 1000101 |
Color Harmonies of #D3998F
Complementary color
Monochromatic Colors of #D3998F
Black with #D3998F
Text Example
Text Example
White with #D3998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3998F; }
p { color: rgb(211,153,143); }
H1.HeaderClassName
{
color: #D3998F;
}
.AnyTagClassName
{
color: #D3998F;
}
</style>
background-color css
<style>
a { background-color: #D3998F; }
a { background-color: rgb(211,153,143); }
div.DivClassName
{
background-color: #D3998F;
}
.BgClassName
{
background-color: #D3998F;
}
</style>
border-color css
<style>
span { border-color: #D3998F; }
span { border-color: rgb(211,153,143); }
td.TdClassName
{
border-color: #D3998F;
}
.TagClassName
{
border-color: #D3998F;
}
</style>