#D89595

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

Shades of Petite Orchid #D89595

Tints of Petite Orchid #D89595

Color information

#D89595 (or 0xD89595) is unknown color: approx Petite Orchid. HEX triplet: D8, 95 and 95. RGB value is (216,149,149). Sum of RGB (Red+Green+Blue) = 216+149+149=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89595 is #276A6A. Grayscale: #A9A9A9. Windows color (decimal): -2583147 or 9803224. OLE color: 9803224.

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

Color convert

RGB216149149-
CMYK00.310.310.15
HSL46.21%71.57%-
HSV(B)31.02%84.71%-
XYZ44.4938.2633.47-
YUV169.03116.7161.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=42.02%
G=28.99%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614914900.310.310.15046.2171.57
HexD8959501F1FF02e48
Octal3302252250373717056110
Binary11011000100101011001010101111111111111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89595; }

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

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

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

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

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

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

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

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