Html Css Color HEX #D56479 Froly

📋 copy color: '#D56479'

red 213 ◦ green 100 ◦ blue 121

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

Shades of Froly #D56479

Tints of Froly #D56479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 49.08%
G = 23.04%
B = 27.88%

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

#D56479 (or 0xD56479) is known color: Froly. HEX triplet: D5, 64 and 79. RGB value is (213,100,121). Sum of RGB (Red+Green+Blue) = 213+100+121=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56479 is #2A9B86. Grayscale: #888888. Windows color (decimal): -2792327 or 7955669. OLE color: 7955669.

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

Color convert

RGB 213 100 121 -
CMYK 0 0.53 0.43 0.16
HSL 348.85º 0.57% 0.61% -
HSV(B) 348.85º 0.53% 0.84% -
XYZ 35.45 24.64 20.98 -
YUV 136.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 213 100 121 0 0.53 0.43 0.16 348.85 0.57 0.61
Hex D5 64 79 0 35 2B 10 15D 39 3D
Octal 325 144 171 0 65 53 20 535 71 75
Binary 11010101 1100100 1111001 0 110101 101011 10000 101011101 111001 111101

Color Harmonies of #D56479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56479

Black with #D56479

Text Example


Text Example

White with #D56479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56479; }

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

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

background-color css

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

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

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

border-color css

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

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

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