Html Css Color HEX #D5797A Froly

📋 copy color: '#D5797A'

red 213 ◦ green 121 ◦ blue 122

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

Shades of Froly #D5797A

Tints of Froly #D5797A

RGB

 RED value IS 213 (83.59% from 255) = 46.71%

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 46.71%
G = 26.54%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5797A (or 0xD5797A) is known color: Froly. HEX triplet: D5, 79 and 7A. RGB value is (213,121,122). Sum of RGB (Red+Green+Blue) = 213+121+122=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5797A is #2A8685. Grayscale: #949494. Windows color (decimal): -2786950 or 8026581. OLE color: 8026581.

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

Color convert

RGB 213 121 122 -
CMYK 0 0.43 0.43 0.16
HSL 359.35º 0.52% 0.65% -
HSV(B) 359.35º 0.43% 0.84% -
XYZ 37.79 29.23 22.06 -
YUV 148.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 213 121 122 0 0.43 0.43 0.16 359.35 0.52 0.65
Hex D5 79 7A 0 2B 2B 10 167 34 41
Octal 325 171 172 0 53 53 20 547 64 101
Binary 11010101 1111001 1111010 0 101011 101011 10000 101100111 110100 1000001

Color Harmonies of #D5797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5797A

Black with #D5797A

Text Example


Text Example

White with #D5797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5797A; }

 p { color: rgb(213,121,122); }

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

background-color css

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

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

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

border-color css

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

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

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