#D99489

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

Shades of Petite Orchid #D99489

Tints of Petite Orchid #D99489

Color information

#D99489 (or 0xD99489) is unknown color: approx Petite Orchid. HEX triplet: D9, 94 and 89. RGB value is (217,148,137). Sum of RGB (Red+Green+Blue) = 217+148+137=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D99489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99489 is #266B76. Grayscale: #A7A7A7. Windows color (decimal): -2517879 or 9016537. OLE color: 9016537.

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

Color convert

RGB217148137-
CMYK00.320.370.15
HSL8.25º51.28%69.41%-
HSV(B)8.25º36.87%85.1%-
XYZ43.7237.7428.65-
YUV167.38110.86163.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=43.23%
G=29.48%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714813700.320.370.158.2551.2869.41
HexD9948902025F83345
Octal33122421104045171063105
Binary1101100110010100100010010100000100101111110001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99489; }

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

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

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

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

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

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

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

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