Shades of Petite Orchid #D0938B
Tints of Petite Orchid #D0938B
RGB
CMYK
RGB Variations
Color information
#D0938B (or 0xD0938B) is known color: Petite Orchid. HEX triplet: D0, 93 and 8B. RGB value is (208,147,139). Sum of RGB (Red+Green+Blue) = 208+147+139=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0938B is #2F6C74. Grayscale: #A4A4A4. Windows color (decimal): -3107957 or 9147344. OLE color: 9147344.
HSL color Cylindrical-coordinate representation of color #D0938B: hue angle of 6.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0938B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 139 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.18 |
| HSL | 6.96º | 0.42% | 0.68% | - |
| HSV(B) | 6.96º | 0.33% | 0.82% | - |
| XYZ | 41.11 | 36.14 | 29.24 | - |
| YUV | 164.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 139 | 0 | 0.29 | 0.33 | 0.18 | 6.96 | 0.42 | 0.68 |
| Hex | D0 | 93 | 8B | 0 | 1D | 21 | 12 | 7 | 2A | 44 |
| Octal | 320 | 223 | 213 | 0 | 35 | 41 | 22 | 7 | 52 | 104 |
| Binary | 11010000 | 10010011 | 10001011 | 0 | 11101 | 100001 | 10010 | 111 | 101010 | 1000100 |
Color Harmonies of #D0938B
Complementary color
Monochromatic Colors of #D0938B
Black with #D0938B
Text Example
Text Example
White with #D0938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0938B; }
p { color: rgb(208,147,139); }
H1.HeaderClassName
{
color: #D0938B;
}
.AnyTagClassName
{
color: #D0938B;
}
</style>
background-color css
<style>
a { background-color: #D0938B; }
a { background-color: rgb(208,147,139); }
div.DivClassName
{
background-color: #D0938B;
}
.BgClassName
{
background-color: #D0938B;
}
</style>
border-color css
<style>
span { border-color: #D0938B; }
span { border-color: rgb(208,147,139); }
td.TdClassName
{
border-color: #D0938B;
}
.TagClassName
{
border-color: #D0938B;
}
</style>