Html Css Color HEX #D57B7C Froly

📋 copy color: '#D57B7C'

red 213 ◦ green 123 ◦ blue 124

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

Shades of Froly #D57B7C

Tints of Froly #D57B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.74%

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 46.3%
G = 26.74%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D57B7C (or 0xD57B7C) is known color: Froly. HEX triplet: D5, 7B and 7C. RGB value is (213,123,124). Sum of RGB (Red+Green+Blue) = 213+123+124=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B7C is #2A8483. Grayscale: #969696. Windows color (decimal): -2786436 or 8158165. OLE color: 8158165.

HSL color Cylindrical-coordinate representation of color #D57B7C: hue angle of 359.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57B7C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 124 -
CMYK 0 0.42 0.42 0.16
HSL 359.33º 0.52% 0.66% -
HSV(B) 359.33º 0.42% 0.84% -
XYZ 38.16 29.77 22.8 -
YUV 150.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 213 123 124 0 0.42 0.42 0.16 359.33 0.52 0.66
Hex D5 7B 7C 0 2A 2A 10 167 34 42
Octal 325 173 174 0 52 52 20 547 64 102
Binary 11010101 1111011 1111100 0 101010 101010 10000 101100111 110100 1000010

Color Harmonies of #D57B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B7C

Black with #D57B7C

Text Example


Text Example

White with #D57B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B7C; }

 p { color: rgb(213,123,124); }

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

background-color css

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

 a { background-color: rgb(213,123,124); }

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

border-color css

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

 span { border-color: rgb(213,123,124); }

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