Shades of Petite Orchid #D2928C
Tints of Petite Orchid #D2928C
RGB
CMYK
RGB Variations
Color information
#D2928C (or 0xD2928C) is known color: Petite Orchid. HEX triplet: D2, 92 and 8C. RGB value is (210,146,140). Sum of RGB (Red+Green+Blue) = 210+146+140=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2928C is #2D6D73. Grayscale: #A4A4A4. Windows color (decimal): -2977140 or 9212626. OLE color: 9212626.
HSL color Cylindrical-coordinate representation of color #D2928C: hue angle of 5.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2928C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 140 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.18 |
| HSL | 5.14º | 0.44% | 0.69% | - |
| HSV(B) | 5.14º | 0.33% | 0.82% | - |
| XYZ | 41.59 | 36.15 | 29.6 | - |
| YUV | 164.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 140 | 0 | 0.30 | 0.33 | 0.18 | 5.14 | 0.44 | 0.69 |
| Hex | D2 | 92 | 8C | 0 | 1E | 21 | 12 | 5 | 2C | 45 |
| Octal | 322 | 222 | 214 | 0 | 36 | 41 | 22 | 5 | 54 | 105 |
| Binary | 11010010 | 10010010 | 10001100 | 0 | 11110 | 100001 | 10010 | 101 | 101100 | 1000101 |
Color Harmonies of #D2928C
Complementary color
Monochromatic Colors of #D2928C
Black with #D2928C
Text Example
Text Example
White with #D2928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2928C; }
p { color: rgb(210,146,140); }
H1.HeaderClassName
{
color: #D2928C;
}
.AnyTagClassName
{
color: #D2928C;
}
</style>
background-color css
<style>
a { background-color: #D2928C; }
a { background-color: rgb(210,146,140); }
div.DivClassName
{
background-color: #D2928C;
}
.BgClassName
{
background-color: #D2928C;
}
</style>
border-color css
<style>
span { border-color: #D2928C; }
span { border-color: rgb(210,146,140); }
td.TdClassName
{
border-color: #D2928C;
}
.TagClassName
{
border-color: #D2928C;
}
</style>