#D99E9B

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

Shades of Petite Orchid #D99E9B

Tints of Petite Orchid #D99E9B

Color information

#D99E9B (or 0xD99E9B) is unknown color: approx Petite Orchid. HEX triplet: D9, 9E and 9B. RGB value is (217,158,155). Sum of RGB (Red+Green+Blue) = 217+158+155=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E9B is #266164. Grayscale: #AFAFAF. Windows color (decimal): -2515301 or 10198745. OLE color: 10198745.

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

Color convert

RGB217158155-
CMYK00.270.290.15
HSL2.9º44.93%72.94%-
HSV(B)2.9º28.57%85.1%-
XYZ46.7641.5736.57-
YUV175.3116.55157.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=40.94%
G=29.81%
B=29.25%

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
Decimal21715815500.270.290.152.944.9372.94
HexD99E9B01B1DF32d49
Octal3312362330333517355111
Binary110110011001111010011011011011111011111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E9B; }

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

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

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

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

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

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

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

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