#D59A94

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

Shades of Petite Orchid #D59A94

Tints of Petite Orchid #D59A94

Color information

#D59A94 (or 0xD59A94) is unknown color: approx Petite Orchid. HEX triplet: D5, 9A and 94. RGB value is (213,154,148). Sum of RGB (Red+Green+Blue) = 213+154+148=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A94 is #2A656B. Grayscale: #ABABAB. Windows color (decimal): -2778476 or 9738965. OLE color: 9738965.

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

Color convert

RGB213154148-
CMYK00.280.310.16
HSL5.54º43.62%70.78%-
HSV(B)5.54º30.52%83.53%-
XYZ44.3439.433.28-
YUV170.96115.05157.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=41.36%
G=29.90%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315414800.280.310.165.5443.6270.78
HexD59A9401C1F1062c47
Octal3252322240343720654107
Binary11010101100110101001010001110011111100001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A94; }

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

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

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

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

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

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

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

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