#D29489

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

Shades of Petite Orchid #D29489

Tints of Petite Orchid #D29489

Color information

#D29489 (or 0xD29489) is unknown color: approx Petite Orchid. HEX triplet: D2, 94 and 89. RGB value is (210,148,137). Sum of RGB (Red+Green+Blue) = 210+148+137=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29489 is #2D6B76. Grayscale: #A5A5A5. Windows color (decimal): -2976631 or 9016530. OLE color: 9016530.

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

Color convert

RGB210148137-
CMYK00.300.350.18
HSL9.04º44.79%68.04%-
HSV(B)9.04º34.76%82.35%-
XYZ41.6836.6928.55-
YUV165.28112.04159.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=42.42%
G=29.90%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014813700.300.350.189.0444.7968.04
HexD2948901E231292d44
Octal32222421103643221155104
Binary1101001010010100100010010111101000111001010011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29489; }

 p { color: rgb(210,148,137); }

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

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

 a { background-color: rgb(210,148,137); }

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

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

 span { border-color: rgb(210,148,137); }

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