#D59D9A

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

Shades of Petite Orchid #D59D9A

Tints of Petite Orchid #D59D9A

Color information

#D59D9A (or 0xD59D9A) is unknown color: approx Petite Orchid. HEX triplet: D5, 9D and 9A. RGB value is (213,157,154). Sum of RGB (Red+Green+Blue) = 213+157+154=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9A is #2A6265. Grayscale: #ADADAD. Windows color (decimal): -2777702 or 10132949. OLE color: 10132949.

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

Color convert

RGB213157154-
CMYK00.260.280.16
HSL3.05º41.26%71.96%-
HSV(B)3.05º27.7%83.53%-
XYZ45.3340.5936.02-
YUV173.4117.05156.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=40.65%
G=29.96%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315715400.260.280.163.0541.2671.96
HexD59D9A01A1C1032948
Octal3252352320323420351110
Binary1101010110011101100110100110101110010000111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D9A; }

 p { color: rgb(213,157,154); }

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

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

 a { background-color: rgb(213,157,154); }

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

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

 span { border-color: rgb(213,157,154); }

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