Html Css Color HEX #D57276 Froly

📋 copy color: '#D57276'

red 213 ◦ green 114 ◦ blue 118

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

Shades of Froly #D57276

Tints of Froly #D57276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 47.87%
G = 25.62%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57276 (or 0xD57276) is known color: Froly. HEX triplet: D5, 72 and 76. RGB value is (213,114,118). Sum of RGB (Red+Green+Blue) = 213+114+118=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57276 is #2A8D89. Grayscale: #909090. Windows color (decimal): -2788746 or 7762645. OLE color: 7762645.

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

Color convert

RGB 213 114 118 -
CMYK 0 0.46 0.45 0.16
HSL 357.58º 0.54% 0.64% -
HSV(B) 357.58º 0.46% 0.84% -
XYZ 36.73 27.49 20.51 -
YUV 144.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 213 114 118 0 0.46 0.45 0.16 357.58 0.54 0.64
Hex D5 72 76 0 2E 2D 10 166 36 40
Octal 325 162 166 0 56 55 20 546 66 100
Binary 11010101 1110010 1110110 0 101110 101101 10000 101100110 110110 1000000

Color Harmonies of #D57276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57276

Black with #D57276

Text Example


Text Example

White with #D57276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57276; }

 p { color: rgb(213,114,118); }

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

background-color css

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

 a { background-color: rgb(213,114,118); }

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

border-color css

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

 span { border-color: rgb(213,114,118); }

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