#D79D98

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

Shades of Petite Orchid #D79D98

Tints of Petite Orchid #D79D98

Color information

#D79D98 (or 0xD79D98) is unknown color: approx Petite Orchid. HEX triplet: D7, 9D and 98. RGB value is (215,157,152). Sum of RGB (Red+Green+Blue) = 215+157+152=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D98 is #286267. Grayscale: #ADADAD. Windows color (decimal): -2646632 or 10001879. OLE color: 10001879.

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

Color convert

RGB215157152-
CMYK00.270.290.16
HSL4.76º44.06%71.96%-
HSV(B)4.76º29.3%84.31%-
XYZ45.7540.8335.18-
YUV173.77115.72157.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=41.03%
G=29.96%
B=29.01%

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
Decimal21515715200.270.290.164.7644.0671.96
HexD79D9801B1D1052c48
Octal3272352300333520554110
Binary11010111100111011001100001101111101100001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D98; }

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

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

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

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

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

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

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

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