#D59C99

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

Shades of Petite Orchid #D59C99

Tints of Petite Orchid #D59C99

Color information

#D59C99 (or 0xD59C99) is unknown color: approx Petite Orchid. HEX triplet: D5, 9C and 99. RGB value is (213,156,153). Sum of RGB (Red+Green+Blue) = 213+156+153=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C99 is #2A6366. Grayscale: #ACACAC. Windows color (decimal): -2777959 or 10067157. OLE color: 10067157.

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

Color convert

RGB213156153-
CMYK00.270.280.16
HSL41.67%71.76%-
HSV(B)28.17%83.53%-
XYZ45.0840.2235.52-
YUV172.7116.88156.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=40.80%
G=29.89%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315615300.270.280.16341.6771.76
HexD59C9901B1C1032a48
Octal3252342310333420352110
Binary1101010110011100100110010110111110010000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C99; }

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

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

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

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

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

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

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

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