#D29591

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

Shades of Petite Orchid #D29591

Tints of Petite Orchid #D29591

Color information

#D29591 (or 0xD29591) is unknown color: approx Petite Orchid. HEX triplet: D2, 95 and 91. RGB value is (210,149,145). Sum of RGB (Red+Green+Blue) = 210+149+145=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29591 is #2D6A6E. Grayscale: #A6A6A6. Windows color (decimal): -2976367 or 9541074. OLE color: 9541074.

HSL color Cylindrical-coordinate representation of color #D29591: hue angle of 3.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29591 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210149145-
CMYK00.290.310.18
HSL3.69º41.94%69.61%-
HSV(B)3.69º30.95%82.35%-
XYZ42.4437.2431.74-
YUV166.78115.71158.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=41.67%
G=29.56%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014914500.290.310.183.6941.9469.61
HexD2959101D1F1242a46
Octal3222252210353722452106
Binary11010010100101011001000101110111111100101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29591; }

 p { color: rgb(210,149,145); }

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

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

 a { background-color: rgb(210,149,145); }

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

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

 span { border-color: rgb(210,149,145); }

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