#D99389

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

Shades of Petite Orchid #D99389

Tints of Petite Orchid #D99389

Color information

#D99389 (or 0xD99389) is unknown color: approx Petite Orchid. HEX triplet: D9, 93 and 89. RGB value is (217,147,137). Sum of RGB (Red+Green+Blue) = 217+147+137=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99389 is #266C76. Grayscale: #A6A6A6. Windows color (decimal): -2518135 or 9016281. OLE color: 9016281.

HSL color Cylindrical-coordinate representation of color #D99389: hue angle of 7.5º degrees, saturation: 0.51, 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 #D99389 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217147137-
CMYK00.320.370.15
HSL7.5º51.28%69.41%-
HSV(B)7.5º36.87%85.1%-
XYZ43.5637.4328.59-
YUV166.79111.19163.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=43.31%
G=29.34%
B=27.35%

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
Decimal21714713700.320.370.157.551.2869.41
HexD9938902025F83345
Octal33122321104045171063105
Binary1101100110010011100010010100000100101111110001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99389; }

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

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

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

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

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

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

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

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