#D99797

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

Shades of Petite Orchid #D99797

Tints of Petite Orchid #D99797

Color information

#D99797 (or 0xD99797) is unknown color: approx Petite Orchid. HEX triplet: D9, 97 and 97. RGB value is (217,151,151). Sum of RGB (Red+Green+Blue) = 217+151+151=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D99797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99797 is #266868. Grayscale: #AAAAAA. Windows color (decimal): -2517097 or 9934809. OLE color: 9934809.

HSL color Cylindrical-coordinate representation of color #D99797: hue angle of 0º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99797 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217151151-
CMYK00.300.300.15
HSL46.48%72.16%-
HSV(B)30.41%85.1%-
XYZ45.2739.1234.44-
YUV170.73116.87161-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=41.81%
G=29.09%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715115100.300.300.15046.4872.16
HexD9979701E1EF02e48
Octal3312272270363617056110
Binary11011001100101111001011101111011110111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99797; }

 p { color: rgb(217,151,151); }

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

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

 a { background-color: rgb(217,151,151); }

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

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

 span { border-color: rgb(217,151,151); }

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