#D99089

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

Shades of Petite Orchid #D99089

Tints of Petite Orchid #D99089

Color information

#D99089 (or 0xD99089) is unknown color: approx Petite Orchid. HEX triplet: D9, 90 and 89. RGB value is (217,144,137). Sum of RGB (Red+Green+Blue) = 217+144+137=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D99089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99089 is #266F76. Grayscale: #A5A5A5. Windows color (decimal): -2518903 or 9015513. OLE color: 9015513.

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

Color convert

RGB217144137-
CMYK00.340.370.15
HSL5.25º51.28%69.41%-
HSV(B)5.25º36.87%85.1%-
XYZ43.136.528.44-
YUV165.03112.18165.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=43.57%
G=28.92%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714413700.340.370.155.2551.2869.41
HexD9908902225F53345
Octal3312202110424517563105
Binary110110011001000010001001010001010010111111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99089; }

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

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

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

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

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

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

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

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