#D89990

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

Shades of Petite Orchid #D89990

Tints of Petite Orchid #D89990

Color information

#D89990 (or 0xD89990) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 90. RGB value is (216,153,144). Sum of RGB (Red+Green+Blue) = 216+153+144=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89990 is #27666F. Grayscale: #AAAAAA. Windows color (decimal): -2582128 or 9476568. OLE color: 9476568.

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

Color convert

RGB216153144-
CMYK00.290.330.15
HSL7.5º48%70.59%-
HSV(B)7.5º33.33%84.71%-
XYZ44.7439.431.63-
YUV170.81112.87160.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=42.11%
G=29.82%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615314400.290.330.157.54870.59
HexD8999001D21F83047
Octal33023122003541171060107
Binary110110001001100110010000011101100001111110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89990; }

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

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

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

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

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

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

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

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