Html Css Color HEX #D56F78 Froly

📋 copy color: '#D56F78'

red 213 ◦ green 111 ◦ blue 120

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

Shades of Froly #D56F78

Tints of Froly #D56F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 47.97%
G = 25%
B = 27.03%

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

#D56F78 (or 0xD56F78) is known color: Froly. HEX triplet: D5, 6F and 78. RGB value is (213,111,120). Sum of RGB (Red+Green+Blue) = 213+111+120=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F78 is #2A9087. Grayscale: #8E8E8E. Windows color (decimal): -2789512 or 7892949. OLE color: 7892949.

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

Color convert

RGB 213 111 120 -
CMYK 0 0.48 0.44 0.16
HSL 354.71º 0.55% 0.64% -
HSV(B) 354.71º 0.48% 0.84% -
XYZ 36.52 26.87 21.03 -
YUV 142.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 213 111 120 0 0.48 0.44 0.16 354.71 0.55 0.64
Hex D5 6F 78 0 30 2C 10 163 37 40
Octal 325 157 170 0 60 54 20 543 67 100
Binary 11010101 1101111 1111000 0 110000 101100 10000 101100011 110111 1000000

Color Harmonies of #D56F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F78

Black with #D56F78

Text Example


Text Example

White with #D56F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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