Shades of Petite Orchid #D1948F
Tints of Petite Orchid #D1948F
RGB
CMYK
RGB Variations
Color information
#D1948F (or 0xD1948F) is known color: Petite Orchid. HEX triplet: D1, 94 and 8F. RGB value is (209,148,143). Sum of RGB (Red+Green+Blue) = 209+148+143=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1948F is #2E6B70. Grayscale: #A5A5A5. Windows color (decimal): -3042161 or 9409745. OLE color: 9409745.
HSL color Cylindrical-coordinate representation of color #D1948F: hue angle of 4.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1948F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 143 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 4.55º | 0.42% | 0.69% | - |
| HSV(B) | 4.55º | 0.32% | 0.82% | - |
| XYZ | 41.84 | 36.72 | 30.87 | - |
| YUV | 165.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 143 | 0 | 0.29 | 0.32 | 0.18 | 4.55 | 0.42 | 0.69 |
| Hex | D1 | 94 | 8F | 0 | 1D | 20 | 12 | 5 | 2A | 45 |
| Octal | 321 | 224 | 217 | 0 | 35 | 40 | 22 | 5 | 52 | 105 |
| Binary | 11010001 | 10010100 | 10001111 | 0 | 11101 | 100000 | 10010 | 101 | 101010 | 1000101 |
Color Harmonies of #D1948F
Complementary color
Monochromatic Colors of #D1948F
Black with #D1948F
Text Example
Text Example
White with #D1948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1948F; }
p { color: rgb(209,148,143); }
H1.HeaderClassName
{
color: #D1948F;
}
.AnyTagClassName
{
color: #D1948F;
}
</style>
background-color css
<style>
a { background-color: #D1948F; }
a { background-color: rgb(209,148,143); }
div.DivClassName
{
background-color: #D1948F;
}
.BgClassName
{
background-color: #D1948F;
}
</style>
border-color css
<style>
span { border-color: #D1948F; }
span { border-color: rgb(209,148,143); }
td.TdClassName
{
border-color: #D1948F;
}
.TagClassName
{
border-color: #D1948F;
}
</style>