#D99B9B

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

Shades of Petite Orchid #D99B9B

Tints of Petite Orchid #D99B9B

Color information

#D99B9B (or 0xD99B9B) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 9B. RGB value is (217,155,155). Sum of RGB (Red+Green+Blue) = 217+155+155=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B9B is #266464. Grayscale: #ADADAD. Windows color (decimal): -2516069 or 10197977. OLE color: 10197977.

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

Color convert

RGB217155155-
CMYK00.290.290.15
HSL44.93%72.94%-
HSV(B)28.57%85.1%-
XYZ46.2540.5636.4-
YUV173.54117.54159-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=41.18%
G=29.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715515500.290.290.15044.9372.94
HexD99B9B01D1DF02d49
Octal3312332330353517055111
Binary11011001100110111001101101110111101111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B9B; }

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

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

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

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

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

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

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

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