Shades of Petite Orchid #D4988F
Tints of Petite Orchid #D4988F
RGB
CMYK
RGB Variations
Color information
#D4988F (or 0xD4988F) is known color: Petite Orchid. HEX triplet: D4, 98 and 8F. RGB value is (212,152,143). Sum of RGB (Red+Green+Blue) = 212+152+143=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4988F is #2B6770. Grayscale: #A9A9A9. Windows color (decimal): -2844529 or 9410772. OLE color: 9410772.
HSL color Cylindrical-coordinate representation of color #D4988F: hue angle of 7.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4988F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 143 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.17 |
| HSL | 7.83º | 0.45% | 0.7% | - |
| HSV(B) | 7.83º | 0.33% | 0.83% | - |
| XYZ | 43.34 | 38.44 | 31.12 | - |
| YUV | 168.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 143 | 0 | 0.28 | 0.33 | 0.17 | 7.83 | 0.45 | 0.7 |
| Hex | D4 | 98 | 8F | 0 | 1C | 21 | 11 | 8 | 2D | 46 |
| Octal | 324 | 230 | 217 | 0 | 34 | 41 | 21 | 10 | 55 | 106 |
| Binary | 11010100 | 10011000 | 10001111 | 0 | 11100 | 100001 | 10001 | 1000 | 101101 | 1000110 |
Color Harmonies of #D4988F
Complementary color
Monochromatic Colors of #D4988F
Black with #D4988F
Text Example
Text Example
White with #D4988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4988F; }
p { color: rgb(212,152,143); }
H1.HeaderClassName
{
color: #D4988F;
}
.AnyTagClassName
{
color: #D4988F;
}
</style>
background-color css
<style>
a { background-color: #D4988F; }
a { background-color: rgb(212,152,143); }
div.DivClassName
{
background-color: #D4988F;
}
.BgClassName
{
background-color: #D4988F;
}
</style>
border-color css
<style>
span { border-color: #D4988F; }
span { border-color: rgb(212,152,143); }
td.TdClassName
{
border-color: #D4988F;
}
.TagClassName
{
border-color: #D4988F;
}
</style>