Html Css Color HEX #D87478 Froly

📋 copy color: '#D87478'

red 216 ◦ green 116 ◦ blue 120

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

Shades of Froly #D87478

Tints of Froly #D87478

RGB

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

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

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

R = 47.79%
G = 25.66%
B = 26.55%

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

#D87478 (or 0xD87478) is known color: Froly. HEX triplet: D8, 74 and 78. RGB value is (216,116,120). Sum of RGB (Red+Green+Blue) = 216+116+120=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D87478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87478 is #278B87. Grayscale: #929292. Windows color (decimal): -2591624 or 7894232. OLE color: 7894232.

HSL color Cylindrical-coordinate representation of color #D87478: hue angle of 357.6º 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 #D87478 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 120 -
CMYK 0 0.46 0.44 0.15
HSL 357.6º 0.56% 0.65% -
HSV(B) 357.6º 0.46% 0.85% -
XYZ 37.95 28.45 21.26 -
YUV 146.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 216 116 120 0 0.46 0.44 0.15 357.6 0.56 0.65
Hex D8 74 78 0 2E 2C F 166 38 41
Octal 330 164 170 0 56 54 17 546 70 101
Binary 11011000 1110100 1111000 0 101110 101100 1111 101100110 111000 1000001

Color Harmonies of #D87478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87478

Black with #D87478

Text Example


Text Example

White with #D87478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87478; }

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

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

background-color css

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

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

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

border-color css

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

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

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