#D89989

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

Shades of Petite Orchid #D89989

Tints of Petite Orchid #D89989

Color information

#D89989 (or 0xD89989) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 89. RGB value is (216,153,137). Sum of RGB (Red+Green+Blue) = 216+153+137=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D89989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89989 is #276676. Grayscale: #AAAAAA. Windows color (decimal): -2582135 or 9017816. OLE color: 9017816.

HSL color Cylindrical-coordinate representation of color #D89989: hue angle of 12.15º degrees, saturation: 0.5, 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 #D89989 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216153137-
CMYK00.290.370.15
HSL12.15º50.32%69.22%-
HSV(B)12.15º36.57%84.71%-
XYZ44.2339.1928.9-
YUV170.01109.37160.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=42.69%
G=30.24%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615313700.290.370.1512.1550.3269.22
HexD8998901D25Fc3245
Octal33023121103545171462105
Binary110110001001100110001001011101100101111111001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89989; }

 p { color: rgb(216,153,137); }

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

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

 a { background-color: rgb(216,153,137); }

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

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

 span { border-color: rgb(216,153,137); }

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