#D59989

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

Shades of Petite Orchid #D59989

Tints of Petite Orchid #D59989

Color information

#D59989 (or 0xD59989) is unknown color: approx Petite Orchid. HEX triplet: D5, 99 and 89. RGB value is (213,153,137). Sum of RGB (Red+Green+Blue) = 213+153+137=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D59989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59989 is #2A6676. Grayscale: #A9A9A9. Windows color (decimal): -2778743 or 9017813. OLE color: 9017813.

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

Color convert

RGB213153137-
CMYK00.280.360.16
HSL12.63º47.5%68.63%-
HSV(B)12.63º35.68%83.53%-
XYZ43.3538.7328.86-
YUV169.12109.88159.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=42.35%
G=30.42%
B=27.24%

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
Decimal21315313700.280.360.1612.6347.568.63
HexD5998901C2410d3045
Octal32523121103444201560105
Binary1101010110011001100010010111001001001000011011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59989; }

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

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

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

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

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

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

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

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