#D19595

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

Shades of Petite Orchid #D19595

Tints of Petite Orchid #D19595

Color information

#D19595 (or 0xD19595) is unknown color: approx Petite Orchid. HEX triplet: D1, 95 and 95. RGB value is (209,149,149). Sum of RGB (Red+Green+Blue) = 209+149+149=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19595 is #2E6A6A. Grayscale: #A7A7A7. Windows color (decimal): -3041899 or 9803217. OLE color: 9803217.

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

Color convert

RGB209149149-
CMYK00.290.290.18
HSL39.47%70.2%-
HSV(B)28.71%81.96%-
XYZ42.4737.2233.38-
YUV166.94117.88158-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=41.22%
G=29.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914914900.290.290.18039.4770.2
HexD1959501D1D1202746
Octal3212252250353522047106
Binary110100011001010110010101011101111011001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19595; }

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

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

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

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

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

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

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

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