#D19593

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

Shades of Petite Orchid #D19593

Tints of Petite Orchid #D19593

Color information

#D19593 (or 0xD19593) is unknown color: approx Petite Orchid. HEX triplet: D1, 95 and 93. RGB value is (209,149,147). Sum of RGB (Red+Green+Blue) = 209+149+147=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19593 is #2E6A6C. Grayscale: #A6A6A6. Windows color (decimal): -3041901 or 9672145. OLE color: 9672145.

HSL color Cylindrical-coordinate representation of color #D19593: hue angle of 1.94º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19593 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209149147-
CMYK00.290.300.18
HSL1.94º40.26%69.8%-
HSV(B)1.94º29.67%81.96%-
XYZ42.3137.1632.55-
YUV166.71116.88158.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=41.39%
G=29.50%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914914700.290.300.181.9440.2669.8
HexD1959301D1E1222846
Octal3212252230353622250106
Binary1101000110010101100100110111011111010010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19593; }

 p { color: rgb(209,149,147); }

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

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

 a { background-color: rgb(209,149,147); }

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

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

 span { border-color: rgb(209,149,147); }

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