#D59797

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

Shades of Petite Orchid #D59797

Tints of Petite Orchid #D59797

Color information

#D59797 (or 0xD59797) is unknown color: approx Petite Orchid. HEX triplet: D5, 97 and 97. RGB value is (213,151,151). Sum of RGB (Red+Green+Blue) = 213+151+151=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59797 is #2A6868. Grayscale: #A9A9A9. Windows color (decimal): -2779241 or 9934805. OLE color: 9934805.

HSL color Cylindrical-coordinate representation of color #D59797: hue angle of 0º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59797 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213151151-
CMYK00.290.290.16
HSL42.47%71.37%-
HSV(B)29.11%83.53%-
XYZ44.0938.5134.39-
YUV169.54117.54159-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=41.36%
G=29.32%
B=29.32%

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
Decimal21315115100.290.290.16042.4771.37
HexD5979701D1D1002a47
Octal3252272270353520052107
Binary110101011001011110010111011101111011000001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59797; }

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

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

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

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

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

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

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

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