#D29791

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

Shades of Petite Orchid #D29791

Tints of Petite Orchid #D29791

Color information

#D29791 (or 0xD29791) is unknown color: approx Petite Orchid. HEX triplet: D2, 97 and 91. RGB value is (210,151,145). Sum of RGB (Red+Green+Blue) = 210+151+145=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29791 is #2D686E. Grayscale: #A8A8A8. Windows color (decimal): -2975855 or 9541586. OLE color: 9541586.

HSL color Cylindrical-coordinate representation of color #D29791: hue angle of 5.54º 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 #D29791 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210151145-
CMYK00.280.310.18
HSL5.54º41.94%69.61%-
HSV(B)5.54º30.95%82.35%-
XYZ42.7637.8831.85-
YUV167.96115.05157.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=41.50%
G=29.84%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015114500.280.310.185.5441.9469.61
HexD2979101C1F1262a46
Octal3222272210343722652106
Binary11010010100101111001000101110011111100101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29791; }

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

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

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

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

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

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

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

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