#D89999

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

Shades of Petite Orchid #D89999

Tints of Petite Orchid #D89999

Color information

#D89999 (or 0xD89999) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 99. RGB value is (216,153,153). Sum of RGB (Red+Green+Blue) = 216+153+153=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D89999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89999 is #276666. Grayscale: #ABABAB. Windows color (decimal): -2582119 or 10066392. OLE color: 10066392.

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

Color convert

RGB216153153-
CMYK00.290.290.15
HSL44.68%72.35%-
HSV(B)29.17%84.71%-
XYZ45.4639.6835.4-
YUV171.84117.37159.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=41.38%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615315300.290.290.15044.6872.35
HexD8999901D1DF02d48
Octal3302312310353517055110
Binary11011000100110011001100101110111101111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89999; }

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

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

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

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

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

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

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

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