#D89490

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

Shades of Petite Orchid #D89490

Tints of Petite Orchid #D89490

Color information

#D89490 (or 0xD89490) is unknown color: approx Petite Orchid. HEX triplet: D8, 94 and 90. RGB value is (216,148,144). Sum of RGB (Red+Green+Blue) = 216+148+144=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D89490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89490 is #276B6F. Grayscale: #A7A7A7. Windows color (decimal): -2583408 or 9475288. OLE color: 9475288.

HSL color Cylindrical-coordinate representation of color #D89490: hue angle of 3.33º degrees, saturation: 0.48, 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 #D89490 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216148144-
CMYK00.310.330.15
HSL3.33º48%70.59%-
HSV(B)3.33º33.33%84.71%-
XYZ43.9437.7931.36-
YUV167.88114.53162.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=42.52%
G=29.13%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614814400.310.330.153.334870.59
HexD8949001F21F33047
Octal3302242200374117360107
Binary1101100010010100100100000111111000011111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89490; }

 p { color: rgb(216,148,144); }

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

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

 a { background-color: rgb(216,148,144); }

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

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

 span { border-color: rgb(216,148,144); }

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