Shades of Petite Orchid #D28F8F
Tints of Petite Orchid #D28F8F
RGB
CMYK
RGB Variations
Color information
#D28F8F (or 0xD28F8F) is known color: Petite Orchid. HEX triplet: D2, 8F and 8F. RGB value is (210,143,143). Sum of RGB (Red+Green+Blue) = 210+143+143=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F8F is #2D7070. Grayscale: #A3A3A3. Windows color (decimal): -2977905 or 9408466. OLE color: 9408466.
HSL color Cylindrical-coordinate representation of color #D28F8F: hue angle of 0º 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 #D28F8F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 143 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.18 |
| HSL | 0º | 0.43% | 0.69% | - |
| HSV(B) | 0º | 0.32% | 0.82% | - |
| XYZ | 41.36 | 35.33 | 30.63 | - |
| YUV | 163.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 143 | 0 | 0.32 | 0.32 | 0.18 | 0 | 0.43 | 0.69 |
| Hex | D2 | 8F | 8F | 0 | 20 | 20 | 12 | 0 | 2B | 45 |
| Octal | 322 | 217 | 217 | 0 | 40 | 40 | 22 | 0 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10001111 | 0 | 100000 | 100000 | 10010 | 0 | 101011 | 1000101 |
Color Harmonies of #D28F8F
Complementary color
Monochromatic Colors of #D28F8F
Black with #D28F8F
Text Example
Text Example
White with #D28F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F8F; }
p { color: rgb(210,143,143); }
H1.HeaderClassName
{
color: #D28F8F;
}
.AnyTagClassName
{
color: #D28F8F;
}
</style>
background-color css
<style>
a { background-color: #D28F8F; }
a { background-color: rgb(210,143,143); }
div.DivClassName
{
background-color: #D28F8F;
}
.BgClassName
{
background-color: #D28F8F;
}
</style>
border-color css
<style>
span { border-color: #D28F8F; }
span { border-color: rgb(210,143,143); }
td.TdClassName
{
border-color: #D28F8F;
}
.TagClassName
{
border-color: #D28F8F;
}
</style>