Html Css Color HEX #D56773 Froly

📋 copy color: '#D56773'

red 213 ◦ green 103 ◦ blue 115

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

Shades of Froly #D56773

Tints of Froly #D56773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 49.42%
G = 23.9%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56773 (or 0xD56773) is known color: Froly. HEX triplet: D5, 67 and 73. RGB value is (213,103,115). Sum of RGB (Red+Green+Blue) = 213+103+115=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56773 is #2A988C. Grayscale: #898989. Windows color (decimal): -2791565 or 7563221. OLE color: 7563221.

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

Color convert

RGB 213 103 115 -
CMYK 0 0.52 0.46 0.16
HSL 353.45º 0.57% 0.62% -
HSV(B) 353.45º 0.52% 0.84% -
XYZ 35.39 25.08 19.2 -
YUV 137.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 213 103 115 0 0.52 0.46 0.16 353.45 0.57 0.62
Hex D5 67 73 0 34 2E 10 161 39 3E
Octal 325 147 163 0 64 56 20 541 71 76
Binary 11010101 1100111 1110011 0 110100 101110 10000 101100001 111001 111110

Color Harmonies of #D56773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56773

Black with #D56773

Text Example


Text Example

White with #D56773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56773; }

 p { color: rgb(213,103,115); }

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

background-color css

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

 a { background-color: rgb(213,103,115); }

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

border-color css

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

 span { border-color: rgb(213,103,115); }

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