#D79A98

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

Shades of Petite Orchid #D79A98

Tints of Petite Orchid #D79A98

Color information

#D79A98 (or 0xD79A98) is unknown color: approx Petite Orchid. HEX triplet: D7, 9A and 98. RGB value is (215,154,152). Sum of RGB (Red+Green+Blue) = 215+154+152=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A98 is #286567. Grayscale: #ACACAC. Windows color (decimal): -2647400 or 10001111. OLE color: 10001111.

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

Color convert

RGB215154152-
CMYK00.280.290.16
HSL1.9º44.06%71.96%-
HSV(B)1.9º29.3%84.31%-
XYZ45.2539.8335.01-
YUV172.01116.71158.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=41.27%
G=29.56%
B=29.17%

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
Decimal21515415200.280.290.161.944.0671.96
HexD79A9801C1D1022c48
Octal3272322300343520254110
Binary1101011110011010100110000111001110110000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A98; }

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

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

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

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

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

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

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

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