#D99388

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

Shades of Petite Orchid #D99388

Tints of Petite Orchid #D99388

Color information

#D99388 (or 0xD99388) is unknown color: approx Petite Orchid. HEX triplet: D9, 93 and 88. RGB value is (217,147,136). Sum of RGB (Red+Green+Blue) = 217+147+136=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D99388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99388 is #266C77. Grayscale: #A6A6A6. Windows color (decimal): -2518136 or 8950745. OLE color: 8950745.

HSL color Cylindrical-coordinate representation of color #D99388: hue angle of 8.15º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99388 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217147136-
CMYK00.320.370.15
HSL8.15º51.59%69.22%-
HSV(B)8.15º37.33%85.1%-
XYZ43.4937.428.22-
YUV166.68110.69163.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=43.4%
G=29.4%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714713600.320.370.158.1551.5969.22
HexD9938802025F83445
Octal33122321004045171064105
Binary1101100110010011100010000100000100101111110001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99388; }

 p { color: rgb(217,147,136); }

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

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

 a { background-color: rgb(217,147,136); }

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

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

 span { border-color: rgb(217,147,136); }

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