Html Css Color HEX #D57075 Froly

📋 copy color: '#D57075'

red 213 ◦ green 112 ◦ blue 117

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

Shades of Froly #D57075

Tints of Froly #D57075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 48.19%
G = 25.34%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57075 (or 0xD57075) is known color: Froly. HEX triplet: D5, 70 and 75. RGB value is (213,112,117). Sum of RGB (Red+Green+Blue) = 213+112+117=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57075 is #2A8F8A. Grayscale: #8E8E8E. Windows color (decimal): -2789259 or 7696597. OLE color: 7696597.

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

Color convert

RGB 213 112 117 -
CMYK 0 0.47 0.45 0.16
HSL 357.03º 0.55% 0.64% -
HSV(B) 357.03º 0.47% 0.84% -
XYZ 36.45 27.02 20.12 -
YUV 142.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 213 112 117 0 0.47 0.45 0.16 357.03 0.55 0.64
Hex D5 70 75 0 2F 2D 10 165 37 40
Octal 325 160 165 0 57 55 20 545 67 100
Binary 11010101 1110000 1110101 0 101111 101101 10000 101100101 110111 1000000

Color Harmonies of #D57075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57075

Black with #D57075

Text Example


Text Example

White with #D57075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57075; }

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

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

background-color css

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

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

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

border-color css

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

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

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