#D49999

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

Shades of Petite Orchid #D49999

Tints of Petite Orchid #D49999

Color information

#D49999 (or 0xD49999) is unknown color: approx Petite Orchid. HEX triplet: D4, 99 and 99. RGB value is (212,153,153). Sum of RGB (Red+Green+Blue) = 212+153+153=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49999 is #2B6666. Grayscale: #AAAAAA. Windows color (decimal): -2844263 or 10066388. OLE color: 10066388.

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

Color convert

RGB212153153-
CMYK00.280.280.17
HSL40.69%71.57%-
HSV(B)27.83%83.14%-
XYZ44.2939.0835.35-
YUV170.64118.05157.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=40.93%
G=29.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215315300.280.280.17040.6971.57
HexD4999901C1C1102948
Octal3242312310343421051110
Binary110101001001100110011001011100111001000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49999; }

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

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

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

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

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

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

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

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