#D79999

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

Shades of Petite Orchid #D79999

Tints of Petite Orchid #D79999

Color information

#D79999 (or 0xD79999) is unknown color: approx Petite Orchid. HEX triplet: D7, 99 and 99. RGB value is (215,153,153). Sum of RGB (Red+Green+Blue) = 215+153+153=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D79999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79999 is #286666. Grayscale: #ABABAB. Windows color (decimal): -2647655 or 10066391. OLE color: 10066391.

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

Color convert

RGB215153153-
CMYK00.290.290.16
HSL43.66%72.16%-
HSV(B)28.84%84.31%-
XYZ45.1739.5335.39-
YUV171.54117.54159-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=41.27%
G=29.37%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515315300.290.290.16043.6672.16
HexD7999901D1D1002c48
Octal3272312310353520054110
Binary110101111001100110011001011101111011000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79999; }

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

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

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

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

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

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

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

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