Html Css Color HEX #D86379 Froly

📋 copy color: '#D86379'

red 216 ◦ green 99 ◦ blue 121

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

Shades of Froly #D86379

Tints of Froly #D86379

RGB

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

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

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

R = 49.54%
G = 22.71%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D86379 (or 0xD86379) is known color: Froly. HEX triplet: D8, 63 and 79. RGB value is (216,99,121). Sum of RGB (Red+Green+Blue) = 216+99+121=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86379 is #279C86. Grayscale: #888888. Windows color (decimal): -2595975 or 7955416. OLE color: 7955416.

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

Color convert

RGB 216 99 121 -
CMYK 0 0.54 0.44 0.15
HSL 348.72º 0.6% 0.62% -
HSV(B) 348.72º 0.54% 0.85% -
XYZ 36.23 24.9 20.99 -
YUV 136.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 216 99 121 0 0.54 0.44 0.15 348.72 0.6 0.62
Hex D8 63 79 0 36 2C F 15D 3C 3E
Octal 330 143 171 0 66 54 17 535 74 76
Binary 11011000 1100011 1111001 0 110110 101100 1111 101011101 111100 111110

Color Harmonies of #D86379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86379

Black with #D86379

Text Example


Text Example

White with #D86379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86379; }

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

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

background-color css

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

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

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

border-color css

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

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

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