#D59589

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

Shades of Petite Orchid #D59589

Tints of Petite Orchid #D59589

Color information

#D59589 (or 0xD59589) is unknown color: approx Petite Orchid. HEX triplet: D5, 95 and 89. RGB value is (213,149,137). Sum of RGB (Red+Green+Blue) = 213+149+137=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59589 is #2A6A76. Grayscale: #A6A6A6. Windows color (decimal): -2779767 or 9016789. OLE color: 9016789.

HSL color Cylindrical-coordinate representation of color #D59589: hue angle of 9.47º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59589 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213149137-
CMYK00.300.360.16
HSL9.47º47.5%68.63%-
HSV(B)9.47º35.68%83.53%-
XYZ42.737.4528.64-
YUV166.77111.2160.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=42.69%
G=29.86%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314913700.300.360.169.4747.568.63
HexD5958901E241093045
Octal32522521103644201160105
Binary1101010110010101100010010111101001001000010011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59589; }

 p { color: rgb(213,149,137); }

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

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

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

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

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

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

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