#D59D99

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

Shades of Petite Orchid #D59D99

Tints of Petite Orchid #D59D99

Color information

#D59D99 (or 0xD59D99) is unknown color: approx Petite Orchid. HEX triplet: D5, 9D and 99. RGB value is (213,157,153). Sum of RGB (Red+Green+Blue) = 213+157+153=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D99 is #2A6266. Grayscale: #ADADAD. Windows color (decimal): -2777703 or 10067413. OLE color: 10067413.

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

Color convert

RGB213157153-
CMYK00.260.280.16
HSL41.67%71.76%-
HSV(B)28.17%83.53%-
XYZ45.2540.5635.58-
YUV173.29116.55156.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=40.73%
G=30.02%
B=29.25%

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
Decimal21315715300.260.280.16441.6771.76
HexD59D9901A1C1042a48
Octal3252352310323420452110
Binary11010101100111011001100101101011100100001001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D99; }

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

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

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

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

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

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

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

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