Html Css Color HEX #D59797 Petite Orchid

📋 copy color: '#D59797'

red 213 ◦ green 151 ◦ blue 151

#D59797
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D59797

Tints of Petite Orchid #D59797

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 value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59797 (or 0xD59797) is known color: 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

RGB 213 151 151 -
CMYK 0 0.29 0.29 0.16
HSL 0.42% 0.71% -
HSV(B) 0.29% 0.84% -
XYZ 44.09 38.51 34.39 -
YUV 169.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 213 151 151 0 0.29 0.29 0.16 0 0.42 0.71
Hex D5 97 97 0 1D 1D 10 0 2A 47
Octal 325 227 227 0 35 35 20 0 52 107
Binary 11010101 10010111 10010111 0 11101 11101 10000 0 101010 1000111

Color Harmonies of #D59797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59797

Black with #D59797

Text Example


Text Example

White with #D59797

Text Example


Text Example

HTML Codes & Css Web 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>