#D79D99

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

Shades of Petite Orchid #D79D99

Tints of Petite Orchid #D79D99

Color information

#D79D99 (or 0xD79D99) is unknown color: approx Petite Orchid. HEX triplet: D7, 9D and 99. RGB value is (215,157,153). Sum of RGB (Red+Green+Blue) = 215+157+153=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D99 is #286266. Grayscale: #ADADAD. Windows color (decimal): -2646631 or 10067415. OLE color: 10067415.

HSL color Cylindrical-coordinate representation of color #D79D99: hue angle of 3.87º 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 #D79D99 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB215157153-
CMYK00.270.290.16
HSL3.87º43.66%72.16%-
HSV(B)3.87º28.84%84.31%-
XYZ45.8340.8635.61-
YUV173.89116.22157.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=40.95%
G=29.90%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515715300.270.290.163.8743.6672.16
HexD79D9901B1D1042c48
Octal3272352310333520454110
Binary11010111100111011001100101101111101100001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D99; }

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

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

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

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

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

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

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

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