#D99E99

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

Shades of Petite Orchid #D99E99

Tints of Petite Orchid #D99E99

Color information

#D99E99 (or 0xD99E99) is unknown color: approx Petite Orchid. HEX triplet: D9, 9E and 99. RGB value is (217,158,153). Sum of RGB (Red+Green+Blue) = 217+158+153=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E99 is #266166. Grayscale: #AFAFAF. Windows color (decimal): -2515303 or 10067673. OLE color: 10067673.

HSL color Cylindrical-coordinate representation of color #D99E99: hue angle of 4.69º 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 #D99E99 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217158153-
CMYK00.270.290.15
HSL4.69º45.71%72.55%-
HSV(B)4.69º29.49%85.1%-
XYZ46.5941.5135.69-
YUV175.07115.55157.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=41.10%
G=29.92%
B=28.98%

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
Decimal21715815300.270.290.154.6945.7172.55
HexD99E9901B1DF52e49
Octal3312362310333517556111
Binary1101100110011110100110010110111110111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E99; }

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

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

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

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

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

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

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

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