Html Css Color HEX #D56979 Froly

📋 copy color: '#D56979'

red 213 ◦ green 105 ◦ blue 121

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

Shades of Froly #D56979

Tints of Froly #D56979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 48.52%
G = 23.92%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D56979 (or 0xD56979) is known color: Froly. HEX triplet: D5, 69 and 79. RGB value is (213,105,121). Sum of RGB (Red+Green+Blue) = 213+105+121=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D56979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56979 is #2A9686. Grayscale: #8B8B8B. Windows color (decimal): -2791047 or 7956949. OLE color: 7956949.

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

Color convert

RGB 213 105 121 -
CMYK 0 0.51 0.43 0.16
HSL 351.11º 0.56% 0.62% -
HSV(B) 351.11º 0.51% 0.84% -
XYZ 35.94 25.63 21.14 -
YUV 139.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 213 105 121 0 0.51 0.43 0.16 351.11 0.56 0.62
Hex D5 69 79 0 33 2B 10 15F 38 3E
Octal 325 151 171 0 63 53 20 537 70 76
Binary 11010101 1101001 1111001 0 110011 101011 10000 101011111 111000 111110

Color Harmonies of #D56979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56979

Black with #D56979

Text Example


Text Example

White with #D56979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56979; }

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

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

background-color css

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

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

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

border-color css

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

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

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