#D19591

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

Shades of Petite Orchid #D19591

Tints of Petite Orchid #D19591

Color information

#D19591 (or 0xD19591) is unknown color: approx Petite Orchid. HEX triplet: D1, 95 and 91. RGB value is (209,149,145). Sum of RGB (Red+Green+Blue) = 209+149+145=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19591 is #2E6A6E. Grayscale: #A6A6A6. Windows color (decimal): -3041903 or 9541073. OLE color: 9541073.

HSL color Cylindrical-coordinate representation of color #D19591: hue angle of 3.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19591 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209149145-
CMYK00.290.310.18
HSL3.75º41.03%69.41%-
HSV(B)3.75º30.62%81.96%-
XYZ42.1537.0931.73-
YUV166.48115.88158.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=41.55%
G=29.62%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914914500.290.310.183.7541.0369.41
HexD1959101D1F1242945
Octal3212252210353722451105
Binary11010001100101011001000101110111111100101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19591; }

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

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

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

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

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

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

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

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