Html Css Color HEX #D57578 Froly

📋 copy color: '#D57578'

red 213 ◦ green 117 ◦ blue 120

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

Shades of Froly #D57578

Tints of Froly #D57578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 47.33%
G = 26%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57578 (or 0xD57578) is known color: Froly. HEX triplet: D5, 75 and 78. RGB value is (213,117,120). Sum of RGB (Red+Green+Blue) = 213+117+120=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D57578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57578 is #2A8A87. Grayscale: #929292. Windows color (decimal): -2787976 or 7894485. OLE color: 7894485.

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

Color convert

RGB 213 117 120 -
CMYK 0 0.45 0.44 0.16
HSL 358.13º 0.53% 0.65% -
HSV(B) 358.13º 0.45% 0.84% -
XYZ 37.19 28.22 21.26 -
YUV 146.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 213 117 120 0 0.45 0.44 0.16 358.13 0.53 0.65
Hex D5 75 78 0 2D 2C 10 166 35 41
Octal 325 165 170 0 55 54 20 546 65 101
Binary 11010101 1110101 1111000 0 101101 101100 10000 101100110 110101 1000001

Color Harmonies of #D57578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57578

Black with #D57578

Text Example


Text Example

White with #D57578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57578; }

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

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

background-color css

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

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

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

border-color css

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

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

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