Html Css Color HEX #D87374 Froly

📋 copy color: '#D87374'

red 216 ◦ green 115 ◦ blue 116

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

Shades of Froly #D87374

Tints of Froly #D87374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 48.32%
G = 25.73%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87374 (or 0xD87374) is known color: Froly. HEX triplet: D8, 73 and 74. RGB value is (216,115,116). Sum of RGB (Red+Green+Blue) = 216+115+116=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87374 is #278C8B. Grayscale: #919191. Windows color (decimal): -2591884 or 7631832. OLE color: 7631832.

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

Color convert

RGB 216 115 116 -
CMYK 0 0.47 0.46 0.15
HSL 359.41º 0.56% 0.65% -
HSV(B) 359.41º 0.47% 0.85% -
XYZ 37.6 28.12 19.97 -
YUV 145.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 216 115 116 0 0.47 0.46 0.15 359.41 0.56 0.65
Hex D8 73 74 0 2F 2E F 167 38 41
Octal 330 163 164 0 57 56 17 547 70 101
Binary 11011000 1110011 1110100 0 101111 101110 1111 101100111 111000 1000001

Color Harmonies of #D87374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87374

Black with #D87374

Text Example


Text Example

White with #D87374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87374; }

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

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

background-color css

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

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

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

border-color css

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

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

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