#D99390

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

Shades of Petite Orchid #D99390

Tints of Petite Orchid #D99390

Color information

#D99390 (or 0xD99390) is unknown color: approx Petite Orchid. HEX triplet: D9, 93 and 90. RGB value is (217,147,144). Sum of RGB (Red+Green+Blue) = 217+147+144=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D99390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99390 is #266C6F. Grayscale: #A7A7A7. Windows color (decimal): -2518128 or 9475033. OLE color: 9475033.

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

Color convert

RGB217147144-
CMYK00.320.340.15
HSL2.47º48.99%70.78%-
HSV(B)2.47º33.64%85.1%-
XYZ44.0837.6331.33-
YUV167.59114.69163.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=42.72%
G=28.94%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714714400.320.340.152.4748.9970.78
HexD9939002022F23147
Octal3312232200404217261107
Binary11011001100100111001000001000001000101111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99390; }

 p { color: rgb(217,147,144); }

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

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

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

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

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

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

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