Html Css Color HEX #D56470 Froly

📋 copy color: '#D56470'

red 213 ◦ green 100 ◦ blue 112

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

Shades of Froly #D56470

Tints of Froly #D56470

RGB

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

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

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

R = 50.12%
G = 23.53%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D56470 (or 0xD56470) is known color: Froly. HEX triplet: D5, 64 and 70. RGB value is (213,100,112). Sum of RGB (Red+Green+Blue) = 213+100+112=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D56470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56470 is #2A9B8F. Grayscale: #878787. Windows color (decimal): -2792336 or 7365845. OLE color: 7365845.

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

Color convert

RGB 213 100 112 -
CMYK 0 0.53 0.47 0.16
HSL 353.63º 0.57% 0.61% -
HSV(B) 353.63º 0.53% 0.84% -
XYZ 34.92 24.43 18.2 -
YUV 135.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 213 100 112 0 0.53 0.47 0.16 353.63 0.57 0.61
Hex D5 64 70 0 35 2F 10 162 39 3D
Octal 325 144 160 0 65 57 20 542 71 75
Binary 11010101 1100100 1110000 0 110101 101111 10000 101100010 111001 111101

Color Harmonies of #D56470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56470

Black with #D56470

Text Example


Text Example

White with #D56470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56470; }

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

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

background-color css

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

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

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

border-color css

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

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

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