#D88F89

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

Shades of Petite Orchid #D88F89

Tints of Petite Orchid #D88F89

Color information

#D88F89 (or 0xD88F89) is unknown color: approx Petite Orchid. HEX triplet: D8, 8F and 89. RGB value is (216,143,137). Sum of RGB (Red+Green+Blue) = 216+143+137=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F89 is #277076. Grayscale: #A4A4A4. Windows color (decimal): -2584695 or 9015256. OLE color: 9015256.

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

Color convert

RGB216143137-
CMYK00.340.370.15
HSL4.56º50.32%69.22%-
HSV(B)4.56º36.57%84.71%-
XYZ42.6636.0528.38-
YUV164.14112.68164.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=43.55%
G=28.83%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614313700.340.370.154.5650.3269.22
HexD88F8902225F53245
Octal3302172110424517562105
Binary110110001000111110001001010001010010111111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F89; }

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

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

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

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

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

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

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

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