#D79D95

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

Shades of Petite Orchid #D79D95

Tints of Petite Orchid #D79D95

Color information

#D79D95 (or 0xD79D95) is unknown color: approx Petite Orchid. HEX triplet: D7, 9D and 95. RGB value is (215,157,149). Sum of RGB (Red+Green+Blue) = 215+157+149=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D95 is #28626A. Grayscale: #ADADAD. Windows color (decimal): -2646635 or 9805271. OLE color: 9805271.

HSL color Cylindrical-coordinate representation of color #D79D95: hue angle of 7.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D79D95 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215157149-
CMYK00.270.310.16
HSL7.27º45.21%71.37%-
HSV(B)7.27º30.7%84.31%-
XYZ45.5140.7333.9-
YUV173.43114.22157.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=41.27%
G=30.13%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515714900.270.310.167.2745.2171.37
HexD79D9501B1F1072d47
Octal3272352250333720755107
Binary11010111100111011001010101101111111100001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D95; }

 p { color: rgb(215,157,149); }

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

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

 a { background-color: rgb(215,157,149); }

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

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

 span { border-color: rgb(215,157,149); }

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