#D29894

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

Shades of Petite Orchid #D29894

Tints of Petite Orchid #D29894

Color information

#D29894 (or 0xD29894) is unknown color: approx Petite Orchid. HEX triplet: D2, 98 and 94. RGB value is (210,152,148). Sum of RGB (Red+Green+Blue) = 210+152+148=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29894 is #2D676B. Grayscale: #A8A8A8. Windows color (decimal): -2975596 or 9738450. OLE color: 9738450.

HSL color Cylindrical-coordinate representation of color #D29894: hue angle of 3.87º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29894 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210152148-
CMYK00.280.300.18
HSL3.87º40.79%70.2%-
HSV(B)3.87º29.52%82.35%-
XYZ43.1538.333.13-
YUV168.89116.22157.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=41.18%
G=29.80%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015214800.280.300.183.8740.7970.2
HexD2989401C1E1242946
Octal3222302240343622451106
Binary11010010100110001001010001110011110100101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29894; }

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

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

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

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

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

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

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

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