#D49595

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

Shades of Petite Orchid #D49595

Tints of Petite Orchid #D49595

Color information

#D49595 (or 0xD49595) is unknown color: approx Petite Orchid. HEX triplet: D4, 95 and 95. RGB value is (212,149,149). Sum of RGB (Red+Green+Blue) = 212+149+149=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49595 is #2B6A6A. Grayscale: #A7A7A7. Windows color (decimal): -2845291 or 9803220. OLE color: 9803220.

HSL color Cylindrical-coordinate representation of color #D49595: hue angle of 0º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49595 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212149149-
CMYK00.300.300.17
HSL42.28%70.78%-
HSV(B)29.72%83.14%-
XYZ43.3237.6633.42-
YUV167.84117.37159.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=41.57%
G=29.22%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214914900.300.300.17042.2870.78
HexD4959501E1E1102a47
Octal3242252250363621052107
Binary110101001001010110010101011110111101000101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49595; }

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

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

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

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

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

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

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

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