#D0988F

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

Shades of Petite Orchid #D0988F

Tints of Petite Orchid #D0988F

Color information

#D0988F (or 0xD0988F) is unknown color: approx Petite Orchid. HEX triplet: D0, 98 and 8F. RGB value is (208,152,143). Sum of RGB (Red+Green+Blue) = 208+152+143=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0988F is #2F6770. Grayscale: #A7A7A7. Windows color (decimal): -3106673 or 9410768. OLE color: 9410768.

HSL color Cylindrical-coordinate representation of color #D0988F: hue angle of 8.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0988F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208152143-
CMYK00.270.310.18
HSL8.31º40.88%68.82%-
HSV(B)8.31º31.25%81.57%-
XYZ42.237.8531.07-
YUV167.72114.05156.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=41.35%
G=30.22%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815214300.270.310.188.3140.8868.82
HexD0988F01B1F1282945
Octal32023021703337221051105
Binary110100001001100010001111011011111111001010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0988F; }

 p { color: rgb(208,152,143); }

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

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

 a { background-color: rgb(208,152,143); }

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

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

 span { border-color: rgb(208,152,143); }

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