Html Css Color HEX #D86377 Froly

📋 copy color: '#D86377'

red 216 ◦ green 99 ◦ blue 119

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

Shades of Froly #D86377

Tints of Froly #D86377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 49.77%
G = 22.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86377 (or 0xD86377) is known color: Froly. HEX triplet: D8, 63 and 77. RGB value is (216,99,119). Sum of RGB (Red+Green+Blue) = 216+99+119=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D86377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86377 is #279C88. Grayscale: #888888. Windows color (decimal): -2595977 or 7824344. OLE color: 7824344.

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

Color convert

RGB 216 99 119 -
CMYK 0 0.54 0.45 0.15
HSL 349.74º 0.6% 0.62% -
HSV(B) 349.74º 0.54% 0.85% -
XYZ 36.11 24.85 20.35 -
YUV 136.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 216 99 119 0 0.54 0.45 0.15 349.74 0.6 0.62
Hex D8 63 77 0 36 2D F 15E 3C 3E
Octal 330 143 167 0 66 55 17 536 74 76
Binary 11011000 1100011 1110111 0 110110 101101 1111 101011110 111100 111110

Color Harmonies of #D86377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86377

Black with #D86377

Text Example


Text Example

White with #D86377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86377; }

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

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

background-color css

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

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

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

border-color css

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

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

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