#D2988D

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

Shades of Petite Orchid #D2988D

Tints of Petite Orchid #D2988D

Color information

#D2988D (or 0xD2988D) is unknown color: approx Petite Orchid. HEX triplet: D2, 98 and 8D. RGB value is (210,152,141). Sum of RGB (Red+Green+Blue) = 210+152+141=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988D is #2D6772. Grayscale: #A8A8A8. Windows color (decimal): -2975603 or 9279698. OLE color: 9279698.

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

Color convert

RGB210152141-
CMYK00.280.330.18
HSL9.57º43.4%68.82%-
HSV(B)9.57º32.86%82.35%-
XYZ42.6138.0830.3-
YUV168.09112.72157.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=41.75%
G=30.22%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015214100.280.330.189.5743.468.82
HexD2988D01C2112a2b45
Octal32223021503441221253105
Binary1101001010011000100011010111001000011001010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2988D; }

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

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

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

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

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

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

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

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