#D59189

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

Shades of Petite Orchid #D59189

Tints of Petite Orchid #D59189

Color information

#D59189 (or 0xD59189) is unknown color: approx Petite Orchid. HEX triplet: D5, 91 and 89. RGB value is (213,145,137). Sum of RGB (Red+Green+Blue) = 213+145+137=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59189 is #2A6E76. Grayscale: #A4A4A4. Windows color (decimal): -2780791 or 9015765. OLE color: 9015765.

HSL color Cylindrical-coordinate representation of color #D59189: hue angle of 6.32º 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 #D59189 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213145137-
CMYK00.320.360.16
HSL6.32º47.5%68.63%-
HSV(B)6.32º35.68%83.53%-
XYZ42.0836.228.44-
YUV164.42112.53162.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=43.03%
G=29.29%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314513700.320.360.166.3247.568.63
HexD59189020241063045
Octal3252212110404420660105
Binary1101010110010001100010010100000100100100001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59189; }

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

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

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

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

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

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

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

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