Html Css Color HEX #D57275 Froly

📋 copy color: '#D57275'

red 213 ◦ green 114 ◦ blue 117

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

Shades of Froly #D57275

Tints of Froly #D57275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 47.97%
G = 25.68%
B = 26.35%

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

#D57275 (or 0xD57275) is known color: Froly. HEX triplet: D5, 72 and 75. RGB value is (213,114,117). Sum of RGB (Red+Green+Blue) = 213+114+117=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57275 is #2A8D8A. Grayscale: #909090. Windows color (decimal): -2788747 or 7697109. OLE color: 7697109.

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

Color convert

RGB 213 114 117 -
CMYK 0 0.46 0.45 0.16
HSL 358.18º 0.54% 0.64% -
HSV(B) 358.18º 0.46% 0.84% -
XYZ 36.67 27.47 20.2 -
YUV 143.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 213 114 117 0 0.46 0.45 0.16 358.18 0.54 0.64
Hex D5 72 75 0 2E 2D 10 166 36 40
Octal 325 162 165 0 56 55 20 546 66 100
Binary 11010101 1110010 1110101 0 101110 101101 10000 101100110 110110 1000000

Color Harmonies of #D57275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57275

Black with #D57275

Text Example


Text Example

White with #D57275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57275; }

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

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

background-color css

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

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

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

border-color css

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

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

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