#D99F99

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

Shades of Petite Orchid #D99F99

Tints of Petite Orchid #D99F99

Color information

#D99F99 (or 0xD99F99) is unknown color: approx Petite Orchid. HEX triplet: D9, 9F and 99. RGB value is (217,159,153). Sum of RGB (Red+Green+Blue) = 217+159+153=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F99 is #266066. Grayscale: #AFAFAF. Windows color (decimal): -2515047 or 10067929. OLE color: 10067929.

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

Color convert

RGB217159153-
CMYK00.270.290.15
HSL5.63º45.71%72.55%-
HSV(B)5.63º29.49%85.1%-
XYZ46.7641.8535.75-
YUV175.66115.22157.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=41.02%
G=30.06%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715915300.270.290.155.6345.7172.55
HexD99F9901B1DF62e49
Octal3312372310333517656111
Binary1101100110011111100110010110111110111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F99; }

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

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

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

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

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

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

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

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