Html Css Color HEX #D5797C Froly

📋 copy color: '#D5797C'

red 213 ◦ green 121 ◦ blue 124

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

Shades of Froly #D5797C

Tints of Froly #D5797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 46.51%
G = 26.42%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5797C (or 0xD5797C) is known color: Froly. HEX triplet: D5, 79 and 7C. RGB value is (213,121,124). Sum of RGB (Red+Green+Blue) = 213+121+124=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5797C is #2A8683. Grayscale: #949494. Windows color (decimal): -2786948 or 8157653. OLE color: 8157653.

HSL color Cylindrical-coordinate representation of color #D5797C: hue angle of 358.04º 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 #D5797C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 124 -
CMYK 0 0.43 0.42 0.16
HSL 358.04º 0.52% 0.65% -
HSV(B) 358.04º 0.43% 0.84% -
XYZ 37.92 29.28 22.72 -
YUV 148.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 213 121 124 0 0.43 0.42 0.16 358.04 0.52 0.65
Hex D5 79 7C 0 2B 2A 10 166 34 41
Octal 325 171 174 0 53 52 20 546 64 101
Binary 11010101 1111001 1111100 0 101011 101010 10000 101100110 110100 1000001

Color Harmonies of #D5797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5797C

Black with #D5797C

Text Example


Text Example

White with #D5797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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