#D99893

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

Shades of Petite Orchid #D99893

Tints of Petite Orchid #D99893

Color information

#D99893 (or 0xD99893) is unknown color: approx Petite Orchid. HEX triplet: D9, 98 and 93. RGB value is (217,152,147). Sum of RGB (Red+Green+Blue) = 217+152+147=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99893 is #26676C. Grayscale: #AAAAAA. Windows color (decimal): -2516845 or 9672921. OLE color: 9672921.

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

Color convert

RGB217152147-
CMYK00.300.320.15
HSL4.29º47.95%71.37%-
HSV(B)4.29º32.26%85.1%-
XYZ45.1139.3132.81-
YUV170.86114.53160.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=42.05%
G=29.46%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715214700.300.320.154.2947.9571.37
HexD9989301E20F43047
Octal3312302230364017460107
Binary11011001100110001001001101111010000011111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99893; }

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

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

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

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

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

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

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

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