Html Css Color HEX #D56F77 Froly

📋 copy color: '#D56F77'

red 213 ◦ green 111 ◦ blue 119

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

Shades of Froly #D56F77

Tints of Froly #D56F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 48.08%
G = 25.06%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D56F77 (or 0xD56F77) is known color: Froly. HEX triplet: D5, 6F and 77. RGB value is (213,111,119). Sum of RGB (Red+Green+Blue) = 213+111+119=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F77 is #2A9088. Grayscale: #8E8E8E. Windows color (decimal): -2789513 or 7827413. OLE color: 7827413.

HSL color Cylindrical-coordinate representation of color #D56F77: hue angle of 355.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F77 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 119 -
CMYK 0 0.48 0.44 0.16
HSL 355.29º 0.55% 0.64% -
HSV(B) 355.29º 0.48% 0.84% -
XYZ 36.45 26.85 20.71 -
YUV 142.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 213 111 119 0 0.48 0.44 0.16 355.29 0.55 0.64
Hex D5 6F 77 0 30 2C 10 163 37 40
Octal 325 157 167 0 60 54 20 543 67 100
Binary 11010101 1101111 1110111 0 110000 101100 10000 101100011 110111 1000000

Color Harmonies of #D56F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F77

Black with #D56F77

Text Example


Text Example

White with #D56F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F77; }

 p { color: rgb(213,111,119); }

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

background-color css

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

 a { background-color: rgb(213,111,119); }

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

border-color css

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

 span { border-color: rgb(213,111,119); }

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