Html Css Color HEX #D39797 Petite Orchid

📋 copy color: '#D39797'

red 211 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #D39797

Tints of Petite Orchid #D39797

RGB

 RED value IS 211 (82.81% from 255) = 41.13%

 GREEN value IS 151 (59.38% from 255) = 29.43%

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 41.13%
G = 29.43%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D39797 (or 0xD39797) is known color: Petite Orchid. HEX triplet: D3, 97 and 97. RGB value is (211,151,151). Sum of RGB (Red+Green+Blue) = 211+151+151=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D39797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39797 is #2C6868. Grayscale: #A9A9A9. Windows color (decimal): -2910313 or 9934803. OLE color: 9934803.

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

Color convert

RGB 211 151 151 -
CMYK 0 0.28 0.28 0.17
HSL 0.41% 0.71% -
HSV(B) 0.28% 0.83% -
XYZ 43.52 38.22 34.36 -
YUV 168.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 211 151 151 0 0.28 0.28 0.17 0 0.41 0.71
Hex D3 97 97 0 1C 1C 11 0 29 47
Octal 323 227 227 0 34 34 21 0 51 107
Binary 11010011 10010111 10010111 0 11100 11100 10001 0 101001 1000111

Color Harmonies of #D39797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39797

Black with #D39797

Text Example


Text Example

White with #D39797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39797; }

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

 H1.HeaderClassName
 {
   color: #D39797;
 }
 .AnyTagClassName
 {
   color: #D39797;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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