Shades of Petite Orchid #D3928D
Tints of Petite Orchid #D3928D
RGB
CMYK
RGB Variations
Color information
#D3928D (or 0xD3928D) is known color: Petite Orchid. HEX triplet: D3, 92 and 8D. RGB value is (211,146,141). Sum of RGB (Red+Green+Blue) = 211+146+141=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3928D is #2C6D72. Grayscale: #A4A4A4. Windows color (decimal): -2911603 or 9278163. OLE color: 9278163.
HSL color Cylindrical-coordinate representation of color #D3928D: hue angle of 4.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3928D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 141 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.17 |
| HSL | 4.29º | 0.44% | 0.69% | - |
| HSV(B) | 4.29º | 0.33% | 0.83% | - |
| XYZ | 41.95 | 36.33 | 30 | - |
| YUV | 164.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 141 | 0 | 0.31 | 0.33 | 0.17 | 4.29 | 0.44 | 0.69 |
| Hex | D3 | 92 | 8D | 0 | 1F | 21 | 11 | 4 | 2C | 45 |
| Octal | 323 | 222 | 215 | 0 | 37 | 41 | 21 | 4 | 54 | 105 |
| Binary | 11010011 | 10010010 | 10001101 | 0 | 11111 | 100001 | 10001 | 100 | 101100 | 1000101 |
Color Harmonies of #D3928D
Complementary color
Monochromatic Colors of #D3928D
Black with #D3928D
Text Example
Text Example
White with #D3928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3928D; }
p { color: rgb(211,146,141); }
H1.HeaderClassName
{
color: #D3928D;
}
.AnyTagClassName
{
color: #D3928D;
}
</style>
background-color css
<style>
a { background-color: #D3928D; }
a { background-color: rgb(211,146,141); }
div.DivClassName
{
background-color: #D3928D;
}
.BgClassName
{
background-color: #D3928D;
}
</style>
border-color css
<style>
span { border-color: #D3928D; }
span { border-color: rgb(211,146,141); }
td.TdClassName
{
border-color: #D3928D;
}
.TagClassName
{
border-color: #D3928D;
}
</style>