#D99191

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

Shades of Petite Orchid #D99191

Tints of Petite Orchid #D99191

Color information

#D99191 (or 0xD99191) is unknown color: approx Petite Orchid. HEX triplet: D9, 91 and 91. RGB value is (217,145,145). Sum of RGB (Red+Green+Blue) = 217+145+145=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D99191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99191 is #266E6E. Grayscale: #A6A6A6. Windows color (decimal): -2518639 or 9540057. OLE color: 9540057.

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

Color convert

RGB217145145-
CMYK00.330.330.15
HSL48.65%70.98%-
HSV(B)33.18%85.1%-
XYZ43.8537.0531.63-
YUV166.53115.85164-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=42.80%
G=28.60%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714514500.330.330.15048.6570.98
HexD9919102121F03147
Octal3312212210414117061107
Binary1101100110010001100100010100001100001111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99191; }

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

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

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

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

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

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

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

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