Html Css Color HEX #D56F70 Froly

📋 copy color: '#D56F70'

red 213 ◦ green 111 ◦ blue 112

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

Shades of Froly #D56F70

Tints of Froly #D56F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 48.85%
G = 25.46%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D56F70 (or 0xD56F70) is known color: Froly. HEX triplet: D5, 6F and 70. RGB value is (213,111,112). Sum of RGB (Red+Green+Blue) = 213+111+112=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F70 is #2A908F. Grayscale: #8D8D8D. Windows color (decimal): -2789520 or 7368661. OLE color: 7368661.

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

Color convert

RGB 213 111 112 -
CMYK 0 0.48 0.47 0.16
HSL 359.41º 0.55% 0.64% -
HSV(B) 359.41º 0.48% 0.84% -
XYZ 36.05 26.68 18.58 -
YUV 141.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 213 111 112 0 0.48 0.47 0.16 359.41 0.55 0.64
Hex D5 6F 70 0 30 2F 10 167 37 40
Octal 325 157 160 0 60 57 20 547 67 100
Binary 11010101 1101111 1110000 0 110000 101111 10000 101100111 110111 1000000

Color Harmonies of #D56F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F70

Black with #D56F70

Text Example


Text Example

White with #D56F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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