#D88F8C

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

Shades of Petite Orchid #D88F8C

Tints of Petite Orchid #D88F8C

Color information

#D88F8C (or 0xD88F8C) is unknown color: approx Petite Orchid. HEX triplet: D8, 8F and 8C. RGB value is (216,143,140). Sum of RGB (Red+Green+Blue) = 216+143+140=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F8C is #277073. Grayscale: #A4A4A4. Windows color (decimal): -2584692 or 9211864. OLE color: 9211864.

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

Color convert

RGB216143140-
CMYK00.340.350.15
HSL2.37º49.35%69.8%-
HSV(B)2.37º35.19%84.71%-
XYZ42.8736.1429.53-
YUV164.48114.18164.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=43.29%
G=28.66%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614314000.340.350.152.3749.3569.8
HexD88F8C02223F23146
Octal3302172140424317261106
Binary11011000100011111000110001000101000111111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F8C; }

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

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

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

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

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

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

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

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