#D59D9C

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

Shades of Petite Orchid #D59D9C

Tints of Petite Orchid #D59D9C

Color information

#D59D9C (or 0xD59D9C) is unknown color: approx Petite Orchid. HEX triplet: D5, 9D and 9C. RGB value is (213,157,156). Sum of RGB (Red+Green+Blue) = 213+157+156=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9C is #2A6263. Grayscale: #ADADAD. Windows color (decimal): -2777700 or 10264021. OLE color: 10264021.

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

Color convert

RGB213157156-
CMYK00.260.270.16
HSL1.05º40.43%72.35%-
HSV(B)1.05º26.76%83.53%-
XYZ45.540.6636.9-
YUV173.63118.05156.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=40.49%
G=29.85%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315715600.260.270.161.0540.4372.35
HexD59D9C01A1B1012848
Octal3252352340323320150110
Binary110101011001110110011100011010110111000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D9C; }

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

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

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

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

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

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

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

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