Shades of Petite Orchid #D2948A
Tints of Petite Orchid #D2948A
RGB
CMYK
RGB Variations
Color information
#D2948A (or 0xD2948A) is known color: Petite Orchid. HEX triplet: D2, 94 and 8A. RGB value is (210,148,138). Sum of RGB (Red+Green+Blue) = 210+148+138=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2948A is #2D6B75. Grayscale: #A5A5A5. Windows color (decimal): -2976630 or 9082066. OLE color: 9082066.
HSL color Cylindrical-coordinate representation of color #D2948A: hue angle of 8.33º 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 #D2948A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 138 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.18 |
| HSL | 8.33º | 0.44% | 0.68% | - |
| HSV(B) | 8.33º | 0.34% | 0.82% | - |
| XYZ | 41.76 | 36.72 | 28.93 | - |
| YUV | 165.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 138 | 0 | 0.30 | 0.34 | 0.18 | 8.33 | 0.44 | 0.68 |
| Hex | D2 | 94 | 8A | 0 | 1E | 22 | 12 | 8 | 2C | 44 |
| Octal | 322 | 224 | 212 | 0 | 36 | 42 | 22 | 10 | 54 | 104 |
| Binary | 11010010 | 10010100 | 10001010 | 0 | 11110 | 100010 | 10010 | 1000 | 101100 | 1000100 |
Color Harmonies of #D2948A
Complementary color
Monochromatic Colors of #D2948A
Black with #D2948A
Text Example
Text Example
White with #D2948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2948A; }
p { color: rgb(210,148,138); }
H1.HeaderClassName
{
color: #D2948A;
}
.AnyTagClassName
{
color: #D2948A;
}
</style>
background-color css
<style>
a { background-color: #D2948A; }
a { background-color: rgb(210,148,138); }
div.DivClassName
{
background-color: #D2948A;
}
.BgClassName
{
background-color: #D2948A;
}
</style>
border-color css
<style>
span { border-color: #D2948A; }
span { border-color: rgb(210,148,138); }
td.TdClassName
{
border-color: #D2948A;
}
.TagClassName
{
border-color: #D2948A;
}
</style>