#D99F9D

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

Shades of Petite Orchid #D99F9D

Tints of Petite Orchid #D99F9D

Color information

#D99F9D (or 0xD99F9D) is unknown color: approx Petite Orchid. HEX triplet: D9, 9F and 9D. RGB value is (217,159,157). Sum of RGB (Red+Green+Blue) = 217+159+157=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F9D is #266062. Grayscale: #B0B0B0. Windows color (decimal): -2515043 or 10330073. OLE color: 10330073.

HSL color Cylindrical-coordinate representation of color #D99F9D: hue angle of 2º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99F9D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217159157-
CMYK00.270.280.15
HSL44.12%73.33%-
HSV(B)27.65%85.1%-
XYZ47.141.9837.52-
YUV176.11117.22157.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=40.71%
G=29.83%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715915700.270.280.15244.1273.33
HexD99F9D01B1CF22c49
Octal3312372350333417254111
Binary110110011001111110011101011011111001111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F9D; }

 p { color: rgb(217,159,157); }

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

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

 a { background-color: rgb(217,159,157); }

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

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

 span { border-color: rgb(217,159,157); }

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