Html Css Color HEX #D56E6F Froly

📋 copy color: '#D56E6F'

red 213 ◦ green 110 ◦ blue 111

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

Shades of Froly #D56E6F

Tints of Froly #D56E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 49.08%
G = 25.35%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D56E6F (or 0xD56E6F) is known color: Froly. HEX triplet: D5, 6E and 6F. RGB value is (213,110,111). Sum of RGB (Red+Green+Blue) = 213+110+111=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E6F is #2A9190. Grayscale: #8D8D8D. Windows color (decimal): -2789777 or 7302869. OLE color: 7302869.

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

Color convert

RGB 213 110 111 -
CMYK 0 0.48 0.48 0.16
HSL 359.42º 0.55% 0.63% -
HSV(B) 359.42º 0.48% 0.84% -
XYZ 35.89 26.45 18.25 -
YUV 140.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 213 110 111 0 0.48 0.48 0.16 359.42 0.55 0.63
Hex D5 6E 6F 0 30 30 10 167 37 3F
Octal 325 156 157 0 60 60 20 547 67 77
Binary 11010101 1101110 1101111 0 110000 110000 10000 101100111 110111 111111

Color Harmonies of #D56E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E6F

Black with #D56E6F

Text Example


Text Example

White with #D56E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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