#D99A91

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

Shades of Petite Orchid #D99A91

Tints of Petite Orchid #D99A91

Color information

#D99A91 (or 0xD99A91) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 91. RGB value is (217,154,145). Sum of RGB (Red+Green+Blue) = 217+154+145=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A91 is #26656E. Grayscale: #ABABAB. Windows color (decimal): -2516335 or 9542361. OLE color: 9542361.

HSL color Cylindrical-coordinate representation of color #D99A91: hue angle of 7.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99A91 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217154145-
CMYK00.290.330.15
HSL7.5º48.65%70.98%-
HSV(B)7.5º33.18%85.1%-
XYZ45.2839.9132.1-
YUV171.81112.87160.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=42.05%
G=29.84%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715414500.290.330.157.548.6570.98
HexD99A9101D21F83147
Octal33123222103541171061107
Binary110110011001101010010001011101100001111110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A91; }

 p { color: rgb(217,154,145); }

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

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

 a { background-color: rgb(217,154,145); }

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

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

 span { border-color: rgb(217,154,145); }

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