Shades of Petite Orchid #D2958F
Tints of Petite Orchid #D2958F
RGB
CMYK
RGB Variations
Color information
#D2958F (or 0xD2958F) is known color: Petite Orchid. HEX triplet: D2, 95 and 8F. RGB value is (210,149,143). Sum of RGB (Red+Green+Blue) = 210+149+143=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2958F is #2D6A70. Grayscale: #A6A6A6. Windows color (decimal): -2976369 or 9410002. OLE color: 9410002.
HSL color Cylindrical-coordinate representation of color #D2958F: hue angle of 5.37º degrees, saturation: 0.43, 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 #D2958F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 143 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 5.37º | 0.43% | 0.69% | - |
| HSV(B) | 5.37º | 0.32% | 0.82% | - |
| XYZ | 42.28 | 37.18 | 30.93 | - |
| YUV | 166.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 143 | 0 | 0.29 | 0.32 | 0.18 | 5.37 | 0.43 | 0.69 |
| Hex | D2 | 95 | 8F | 0 | 1D | 20 | 12 | 5 | 2B | 45 |
| Octal | 322 | 225 | 217 | 0 | 35 | 40 | 22 | 5 | 53 | 105 |
| Binary | 11010010 | 10010101 | 10001111 | 0 | 11101 | 100000 | 10010 | 101 | 101011 | 1000101 |
Color Harmonies of #D2958F
Complementary color
Monochromatic Colors of #D2958F
Black with #D2958F
Text Example
Text Example
White with #D2958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2958F; }
p { color: rgb(210,149,143); }
H1.HeaderClassName
{
color: #D2958F;
}
.AnyTagClassName
{
color: #D2958F;
}
</style>
background-color css
<style>
a { background-color: #D2958F; }
a { background-color: rgb(210,149,143); }
div.DivClassName
{
background-color: #D2958F;
}
.BgClassName
{
background-color: #D2958F;
}
</style>
border-color css
<style>
span { border-color: #D2958F; }
span { border-color: rgb(210,149,143); }
td.TdClassName
{
border-color: #D2958F;
}
.TagClassName
{
border-color: #D2958F;
}
</style>