#D79A99

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

Shades of Petite Orchid #D79A99

Tints of Petite Orchid #D79A99

Color information

#D79A99 (or 0xD79A99) is unknown color: approx Petite Orchid. HEX triplet: D7, 9A and 99. RGB value is (215,154,153). Sum of RGB (Red+Green+Blue) = 215+154+153=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A99 is #286566. Grayscale: #ACACAC. Windows color (decimal): -2647399 or 10066647. OLE color: 10066647.

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

Color convert

RGB215154153-
CMYK00.280.290.16
HSL0.97º43.66%72.16%-
HSV(B)0.97º28.84%84.31%-
XYZ45.3339.8635.44-
YUV172.12117.21158.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=41.19%
G=29.50%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515415300.280.290.160.9743.6672.16
HexD79A9901C1D1012c48
Octal3272322310343520154110
Binary110101111001101010011001011100111011000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A99; }

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

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

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

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

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

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

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

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