Html Css Color HEX #D56874 Froly

📋 copy color: '#D56874'

red 213 ◦ green 104 ◦ blue 116

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

Shades of Froly #D56874

Tints of Froly #D56874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 49.19%
G = 24.02%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56874 (or 0xD56874) is known color: Froly. HEX triplet: D5, 68 and 74. RGB value is (213,104,116). Sum of RGB (Red+Green+Blue) = 213+104+116=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D56874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56874 is #2A978B. Grayscale: #8A8A8A. Windows color (decimal): -2791308 or 7629013. OLE color: 7629013.

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

Color convert

RGB 213 104 116 -
CMYK 0 0.51 0.46 0.16
HSL 353.39º 0.56% 0.62% -
HSV(B) 353.39º 0.51% 0.84% -
XYZ 35.54 25.31 19.53 -
YUV 137.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 213 104 116 0 0.51 0.46 0.16 353.39 0.56 0.62
Hex D5 68 74 0 33 2E 10 161 38 3E
Octal 325 150 164 0 63 56 20 541 70 76
Binary 11010101 1101000 1110100 0 110011 101110 10000 101100001 111000 111110

Color Harmonies of #D56874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56874

Black with #D56874

Text Example


Text Example

White with #D56874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56874; }

 p { color: rgb(213,104,116); }

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

background-color css

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

 a { background-color: rgb(213,104,116); }

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

border-color css

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

 span { border-color: rgb(213,104,116); }

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