Html Css Color HEX #D56A70 Froly

📋 copy color: '#D56A70'

red 213 ◦ green 106 ◦ blue 112

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

Shades of Froly #D56A70

Tints of Froly #D56A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 49.42%
G = 24.59%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D56A70 (or 0xD56A70) is known color: Froly. HEX triplet: D5, 6A and 70. RGB value is (213,106,112). Sum of RGB (Red+Green+Blue) = 213+106+112=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A70 is #2A958F. Grayscale: #8A8A8A. Windows color (decimal): -2790800 or 7367381. OLE color: 7367381.

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

Color convert

RGB 213 106 112 -
CMYK 0 0.50 0.47 0.16
HSL 356.64º 0.56% 0.63% -
HSV(B) 356.64º 0.5% 0.84% -
XYZ 35.52 25.62 18.4 -
YUV 138.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 213 106 112 0 0.50 0.47 0.16 356.64 0.56 0.63
Hex D5 6A 70 0 32 2F 10 165 38 3F
Octal 325 152 160 0 62 57 20 545 70 77
Binary 11010101 1101010 1110000 0 110010 101111 10000 101100101 111000 111111

Color Harmonies of #D56A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A70

Black with #D56A70

Text Example


Text Example

White with #D56A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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