Html Css Color HEX #D56473 Froly

📋 copy color: '#D56473'

red 213 ◦ green 100 ◦ blue 115

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

Shades of Froly #D56473

Tints of Froly #D56473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

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

R = 49.77%
G = 23.36%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56473 (or 0xD56473) is known color: Froly. HEX triplet: D5, 64 and 73. RGB value is (213,100,115). Sum of RGB (Red+Green+Blue) = 213+100+115=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56473 is #2A9B8C. Grayscale: #878787. Windows color (decimal): -2792333 or 7562453. OLE color: 7562453.

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

Color convert

RGB 213 100 115 -
CMYK 0 0.53 0.46 0.16
HSL 352.04º 0.57% 0.61% -
HSV(B) 352.04º 0.53% 0.84% -
XYZ 35.09 24.5 19.1 -
YUV 135.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 213 100 115 0 0.53 0.46 0.16 352.04 0.57 0.61
Hex D5 64 73 0 35 2E 10 160 39 3D
Octal 325 144 163 0 65 56 20 540 71 75
Binary 11010101 1100100 1110011 0 110101 101110 10000 101100000 111001 111101

Color Harmonies of #D56473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56473

Black with #D56473

Text Example


Text Example

White with #D56473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56473; }

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

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

background-color css

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

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

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

border-color css

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

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

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