#D79993

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

Shades of Petite Orchid #D79993

Tints of Petite Orchid #D79993

Color information

#D79993 (or 0xD79993) is unknown color: approx Petite Orchid. HEX triplet: D7, 99 and 93. RGB value is (215,153,147). Sum of RGB (Red+Green+Blue) = 215+153+147=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D79993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79993 is #28666C. Grayscale: #AAAAAA. Windows color (decimal): -2647661 or 9673175. OLE color: 9673175.

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

Color convert

RGB215153147-
CMYK00.290.320.16
HSL5.29º45.95%70.98%-
HSV(B)5.29º31.63%84.31%-
XYZ44.6839.3432.84-
YUV170.85114.54159.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=41.75%
G=29.71%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515314700.290.320.165.2945.9570.98
HexD7999301D201052e47
Octal3272312230354020556107
Binary110101111001100110010011011101100000100001011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79993; }

 p { color: rgb(215,153,147); }

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

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

 a { background-color: rgb(215,153,147); }

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

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

 span { border-color: rgb(215,153,147); }

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