Shades of Petite Orchid #D2908B
Tints of Petite Orchid #D2908B
RGB
CMYK
RGB Variations
Color information
#D2908B (or 0xD2908B) is known color: Petite Orchid. HEX triplet: D2, 90 and 8B. RGB value is (210,144,139). Sum of RGB (Red+Green+Blue) = 210+144+139=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908B is #2D6F74. Grayscale: #A3A3A3. Windows color (decimal): -2977653 or 9146578. OLE color: 9146578.
HSL color Cylindrical-coordinate representation of color #D2908B: hue angle of 4.23º 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 #D2908B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 139 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.18 |
| HSL | 4.23º | 0.44% | 0.68% | - |
| HSV(B) | 4.23º | 0.34% | 0.82% | - |
| XYZ | 41.21 | 35.51 | 29.11 | - |
| YUV | 163.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 139 | 0 | 0.31 | 0.34 | 0.18 | 4.23 | 0.44 | 0.68 |
| Hex | D2 | 90 | 8B | 0 | 1F | 22 | 12 | 4 | 2C | 44 |
| Octal | 322 | 220 | 213 | 0 | 37 | 42 | 22 | 4 | 54 | 104 |
| Binary | 11010010 | 10010000 | 10001011 | 0 | 11111 | 100010 | 10010 | 100 | 101100 | 1000100 |
Color Harmonies of #D2908B
Complementary color
Monochromatic Colors of #D2908B
Black with #D2908B
Text Example
Text Example
White with #D2908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2908B; }
p { color: rgb(210,144,139); }
H1.HeaderClassName
{
color: #D2908B;
}
.AnyTagClassName
{
color: #D2908B;
}
</style>
background-color css
<style>
a { background-color: #D2908B; }
a { background-color: rgb(210,144,139); }
div.DivClassName
{
background-color: #D2908B;
}
.BgClassName
{
background-color: #D2908B;
}
</style>
border-color css
<style>
span { border-color: #D2908B; }
span { border-color: rgb(210,144,139); }
td.TdClassName
{
border-color: #D2908B;
}
.TagClassName
{
border-color: #D2908B;
}
</style>