#D59190

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

Shades of Petite Orchid #D59190

Tints of Petite Orchid #D59190

Color information

#D59190 (or 0xD59190) is unknown color: approx Petite Orchid. HEX triplet: D5, 91 and 90. RGB value is (213,145,144). Sum of RGB (Red+Green+Blue) = 213+145+144=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D59190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59190 is #2A6E6F. Grayscale: #A5A5A5. Windows color (decimal): -2780784 or 9474517. OLE color: 9474517.

HSL color Cylindrical-coordinate representation of color #D59190: hue angle of 0.87º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59190 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213145144-
CMYK00.320.320.16
HSL0.87º45.1%70%-
HSV(B)0.87º32.39%83.53%-
XYZ42.636.4131.17-
YUV165.22116.03162.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=42.43%
G=28.88%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314514400.320.320.160.8745.170
HexD59190020201012d46
Octal3252212200404020155106
Binary11010101100100011001000001000001000001000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59190; }

 p { color: rgb(213,145,144); }

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

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

 a { background-color: rgb(213,145,144); }

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

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

 span { border-color: rgb(213,145,144); }

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