Html Css Color HEX #D5787C Froly

📋 copy color: '#D5787C'

red 213 ◦ green 120 ◦ blue 124

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

Shades of Froly #D5787C

Tints of Froly #D5787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 46.61%
G = 26.26%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5787C (or 0xD5787C) is known color: Froly. HEX triplet: D5, 78 and 7C. RGB value is (213,120,124). Sum of RGB (Red+Green+Blue) = 213+120+124=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5787C is #2A8783. Grayscale: #949494. Windows color (decimal): -2787204 or 8157397. OLE color: 8157397.

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

Color convert

RGB 213 120 124 -
CMYK 0 0.44 0.42 0.16
HSL 357.42º 0.53% 0.65% -
HSV(B) 357.42º 0.44% 0.84% -
XYZ 37.8 29.03 22.68 -
YUV 148.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 213 120 124 0 0.44 0.42 0.16 357.42 0.53 0.65
Hex D5 78 7C 0 2C 2A 10 165 35 41
Octal 325 170 174 0 54 52 20 545 65 101
Binary 11010101 1111000 1111100 0 101100 101010 10000 101100101 110101 1000001

Color Harmonies of #D5787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5787C

Black with #D5787C

Text Example


Text Example

White with #D5787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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