Html Css Color HEX #D86374 Froly

📋 copy color: '#D86374'

red 216 ◦ green 99 ◦ blue 116

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

Shades of Froly #D86374

Tints of Froly #D86374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

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

R = 50.12%
G = 22.97%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D86374 (or 0xD86374) is known color: Froly. HEX triplet: D8, 63 and 74. RGB value is (216,99,116). Sum of RGB (Red+Green+Blue) = 216+99+116=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86374 is #279C8B. Grayscale: #878787. Windows color (decimal): -2595980 or 7627736. OLE color: 7627736.

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

Color convert

RGB 216 99 116 -
CMYK 0 0.54 0.46 0.15
HSL 351.28º 0.6% 0.62% -
HSV(B) 351.28º 0.54% 0.85% -
XYZ 35.93 24.78 19.41 -
YUV 135.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 216 99 116 0 0.54 0.46 0.15 351.28 0.6 0.62
Hex D8 63 74 0 36 2E F 15F 3C 3E
Octal 330 143 164 0 66 56 17 537 74 76
Binary 11011000 1100011 1110100 0 110110 101110 1111 101011111 111100 111110

Color Harmonies of #D86374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86374

Black with #D86374

Text Example


Text Example

White with #D86374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86374; }

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

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

background-color css

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

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

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

border-color css

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

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

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