#D59988

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

Shades of Petite Orchid #D59988

Tints of Petite Orchid #D59988

Color information

#D59988 (or 0xD59988) is unknown color: approx Petite Orchid. HEX triplet: D5, 99 and 88. RGB value is (213,153,136). Sum of RGB (Red+Green+Blue) = 213+153+136=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D59988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59988 is #2A6677. Grayscale: #A9A9A9. Windows color (decimal): -2778744 or 8952277. OLE color: 8952277.

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

Color convert

RGB213153136-
CMYK00.280.360.16
HSL13.25º47.83%68.43%-
HSV(B)13.25º36.15%83.53%-
XYZ43.2838.7128.48-
YUV169109.38159.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=42.43%
G=30.48%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315313600.280.360.1613.2547.8368.43
HexD5998801C2410d3044
Octal32523121003444201560104
Binary1101010110011001100010000111001001001000011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59988; }

 p { color: rgb(213,153,136); }

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

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

 a { background-color: rgb(213,153,136); }

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

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

 span { border-color: rgb(213,153,136); }

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