Shades of Petite Orchid #D2938A
Tints of Petite Orchid #D2938A
RGB
CMYK
RGB Variations
Color information
#D2938A (or 0xD2938A) is known color: Petite Orchid. HEX triplet: D2, 93 and 8A. RGB value is (210,147,138). Sum of RGB (Red+Green+Blue) = 210+147+138=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2938A is #2D6C75. Grayscale: #A4A4A4. Windows color (decimal): -2976886 or 9081810. OLE color: 9081810.
HSL color Cylindrical-coordinate representation of color #D2938A: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2938A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 138 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.18 |
| HSL | 7.5º | 0.44% | 0.68% | - |
| HSV(B) | 7.5º | 0.34% | 0.82% | - |
| XYZ | 41.6 | 36.4 | 28.88 | - |
| YUV | 164.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 138 | 0 | 0.30 | 0.34 | 0.18 | 7.5 | 0.44 | 0.68 |
| Hex | D2 | 93 | 8A | 0 | 1E | 22 | 12 | 8 | 2C | 44 |
| Octal | 322 | 223 | 212 | 0 | 36 | 42 | 22 | 10 | 54 | 104 |
| Binary | 11010010 | 10010011 | 10001010 | 0 | 11110 | 100010 | 10010 | 1000 | 101100 | 1000100 |
Color Harmonies of #D2938A
Complementary color
Monochromatic Colors of #D2938A
Black with #D2938A
Text Example
Text Example
White with #D2938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2938A; }
p { color: rgb(210,147,138); }
H1.HeaderClassName
{
color: #D2938A;
}
.AnyTagClassName
{
color: #D2938A;
}
</style>
background-color css
<style>
a { background-color: #D2938A; }
a { background-color: rgb(210,147,138); }
div.DivClassName
{
background-color: #D2938A;
}
.BgClassName
{
background-color: #D2938A;
}
</style>
border-color css
<style>
span { border-color: #D2938A; }
span { border-color: rgb(210,147,138); }
td.TdClassName
{
border-color: #D2938A;
}
.TagClassName
{
border-color: #D2938A;
}
</style>