#D2988B

Color #D2988B Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D2988B

Tints of Petite Orchid #D2988B

Color information

#D2988B (or 0xD2988B) is unknown color: approx Petite Orchid. HEX triplet: D2, 98 and 8B. RGB value is (210,152,139). Sum of RGB (Red+Green+Blue) = 210+152+139=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988B is #2D6774. Grayscale: #A7A7A7. Windows color (decimal): -2975605 or 9148626. OLE color: 9148626.

HSL color Cylindrical-coordinate representation of color #D2988B: hue angle of 10.99º 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 #D2988B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB210152139-
CMYK00.280.340.18
HSL10.99º44.1%68.43%-
HSV(B)10.99º33.81%82.35%-
XYZ42.4738.0229.53-
YUV167.86111.72158.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=41.92%
G=30.34%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015213900.280.340.1810.9944.168.43
HexD2988B01C2212b2c44
Octal32223021303442221354104
Binary1101001010011000100010110111001000101001010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2988B; }

 p { color: rgb(210,152,139); }

 H1.HeaderClassName
 {
   color: #D2988B;
 }
 .AnyTagClassName
 {
   color: #D2988B;
 }
</style>
background-color css

<style>
 a { background-color: #D2988B; }

 a { background-color: rgb(210,152,139); }

 div.DivClassName
 {
   background-color: #D2988B;
 }
 .BgClassName
 {
   background-color: #D2988B;
 }
</style>
border-color css

<style>
 span { border-color: #D2988B; }

 span { border-color: rgb(210,152,139); }

 td.TdClassName
 {
   border-color: #D2988B;
 }
 .TagClassName
 {
   border-color: #D2988B;
 }
</style>