Html Css Color HEX #D86473 Froly

📋 copy color: '#D86473'

red 216 ◦ green 100 ◦ blue 115

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

Shades of Froly #D86473

Tints of Froly #D86473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 50.12%
G = 23.2%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D86473 (or 0xD86473) is known color: Froly. HEX triplet: D8, 64 and 73. RGB value is (216,100,115). Sum of RGB (Red+Green+Blue) = 216+100+115=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86473 is #279B8C. Grayscale: #888888. Windows color (decimal): -2595725 or 7562456. OLE color: 7562456.

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

Color convert

RGB 216 100 115 -
CMYK 0 0.54 0.47 0.15
HSL 352.24º 0.6% 0.62% -
HSV(B) 352.24º 0.54% 0.85% -
XYZ 35.97 24.95 19.14 -
YUV 136.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 216 100 115 0 0.54 0.47 0.15 352.24 0.6 0.62
Hex D8 64 73 0 36 2F F 160 3C 3E
Octal 330 144 163 0 66 57 17 540 74 76
Binary 11011000 1100100 1110011 0 110110 101111 1111 101100000 111100 111110

Color Harmonies of #D86473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86473

Black with #D86473

Text Example


Text Example

White with #D86473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86473; }

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

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

background-color css

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

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

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

border-color css

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

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

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