#D99A8D

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

Shades of Petite Orchid #D99A8D

Tints of Petite Orchid #D99A8D

Color information

#D99A8D (or 0xD99A8D) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 8D. RGB value is (217,154,141). Sum of RGB (Red+Green+Blue) = 217+154+141=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A8D is #266572. Grayscale: #ABABAB. Windows color (decimal): -2516339 or 9280217. OLE color: 9280217.

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

Color convert

RGB217154141-
CMYK00.290.350.15
HSL10.26º50%70.2%-
HSV(B)10.26º35.02%85.1%-
XYZ44.9839.7930.51-
YUV171.36110.87160.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=42.38%
G=30.08%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715414100.290.350.1510.265070.2
HexD99A8D01D23Fa3246
Octal33123221503543171262106
Binary110110011001101010001101011101100011111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A8D; }

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

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

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

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

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

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

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

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