Html Css Color HEX #D87479 Froly

📋 copy color: '#D87479'

red 216 ◦ green 116 ◦ blue 121

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

Shades of Froly #D87479

Tints of Froly #D87479

RGB

 RED value IS 216 (84.77% from 255) = 47.68%

 GREEN value IS 116 (45.7% from 255) = 25.61%

 BLUE value IS 121 (47.66% from 255) = 26.71%

R = 47.68%
G = 25.61%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D87479 (or 0xD87479) is known color: Froly. HEX triplet: D8, 74 and 79. RGB value is (216,116,121). Sum of RGB (Red+Green+Blue) = 216+116+121=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D87479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87479 is #278B86. Grayscale: #929292. Windows color (decimal): -2591623 or 7959768. OLE color: 7959768.

HSL color Cylindrical-coordinate representation of color #D87479: hue angle of 357º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87479 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 121 -
CMYK 0 0.46 0.44 0.15
HSL 357º 0.56% 0.65% -
HSV(B) 357º 0.46% 0.85% -
XYZ 38.02 28.47 21.58 -
YUV 146.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 216 116 121 0 0.46 0.44 0.15 357 0.56 0.65
Hex D8 74 79 0 2E 2C F 165 38 41
Octal 330 164 171 0 56 54 17 545 70 101
Binary 11011000 1110100 1111001 0 101110 101100 1111 101100101 111000 1000001

Color Harmonies of #D87479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87479

Black with #D87479

Text Example


Text Example

White with #D87479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87479; }

 p { color: rgb(216,116,121); }

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

background-color css

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

 a { background-color: rgb(216,116,121); }

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

border-color css

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

 span { border-color: rgb(216,116,121); }

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