Html Css Color HEX #D56579 Froly

📋 copy color: '#D56579'

red 213 ◦ green 101 ◦ blue 121

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

Shades of Froly #D56579

Tints of Froly #D56579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 48.97%
G = 23.22%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D56579 (or 0xD56579) is known color: Froly. HEX triplet: D5, 65 and 79. RGB value is (213,101,121). Sum of RGB (Red+Green+Blue) = 213+101+121=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56579 is #2A9A86. Grayscale: #888888. Windows color (decimal): -2792071 or 7955925. OLE color: 7955925.

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

Color convert

RGB 213 101 121 -
CMYK 0 0.53 0.43 0.16
HSL 349.29º 0.57% 0.62% -
HSV(B) 349.29º 0.53% 0.84% -
XYZ 35.55 24.83 21.01 -
YUV 136.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 213 101 121 0 0.53 0.43 0.16 349.29 0.57 0.62
Hex D5 65 79 0 35 2B 10 15D 39 3E
Octal 325 145 171 0 65 53 20 535 71 76
Binary 11010101 1100101 1111001 0 110101 101011 10000 101011101 111001 111110

Color Harmonies of #D56579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56579

Black with #D56579

Text Example


Text Example

White with #D56579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56579; }

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

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

background-color css

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

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

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

border-color css

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

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

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