#D49594

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

Shades of Petite Orchid #D49594

Tints of Petite Orchid #D49594

Color information

#D49594 (or 0xD49594) is unknown color: approx Petite Orchid. HEX triplet: D4, 95 and 94. RGB value is (212,149,148). Sum of RGB (Red+Green+Blue) = 212+149+148=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49594 is #2B6A6B. Grayscale: #A7A7A7. Windows color (decimal): -2845292 or 9737684. OLE color: 9737684.

HSL color Cylindrical-coordinate representation of color #D49594: hue angle of 0.94º degrees, saturation: 0.43, 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 #D49594 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212149148-
CMYK00.300.300.17
HSL0.94º42.67%70.59%-
HSV(B)0.94º30.19%83.14%-
XYZ43.2437.6333-
YUV167.72116.87159.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=41.65%
G=29.27%
B=29.08%

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
Decimal21214914800.300.300.170.9442.6770.59
HexD4959401E1E1112b47
Octal3242252240363621153107
Binary110101001001010110010100011110111101000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49594; }

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

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

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

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

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

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

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

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