#D49890

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

Shades of Petite Orchid #D49890

Tints of Petite Orchid #D49890

Color information

#D49890 (or 0xD49890) is unknown color: approx Petite Orchid. HEX triplet: D4, 98 and 90. RGB value is (212,152,144). Sum of RGB (Red+Green+Blue) = 212+152+144=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D49890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49890 is #2B676F. Grayscale: #A9A9A9. Windows color (decimal): -2844528 or 9476308. OLE color: 9476308.

HSL color Cylindrical-coordinate representation of color #D49890: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49890 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212152144-
CMYK00.280.320.17
HSL7.06º44.16%69.8%-
HSV(B)7.06º32.08%83.14%-
XYZ43.4138.4731.52-
YUV169.03113.88158.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=41.73%
G=29.92%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215214400.280.320.177.0644.1669.8
HexD4989001C201172c46
Octal3242302200344021754106
Binary110101001001100010010000011100100000100011111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49890; }

 p { color: rgb(212,152,144); }

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

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

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

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

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

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

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