Html Css Color HEX #D8686F Froly

📋 copy color: '#D8686F'

red 216 ◦ green 104 ◦ blue 111

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

Shades of Froly #D8686F

Tints of Froly #D8686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 50.12%
G = 24.13%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8686F (or 0xD8686F) is known color: Froly. HEX triplet: D8, 68 and 6F. RGB value is (216,104,111). Sum of RGB (Red+Green+Blue) = 216+104+111=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8686F is #279790. Grayscale: #8A8A8A. Windows color (decimal): -2594705 or 7301336. OLE color: 7301336.

HSL color Cylindrical-coordinate representation of color #D8686F: hue angle of 356.25º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8686F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 111 -
CMYK 0 0.52 0.49 0.15
HSL 356.25º 0.59% 0.63% -
HSV(B) 356.25º 0.52% 0.85% -
XYZ 36.14 25.65 18.08 -
YUV 138.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 216 104 111 0 0.52 0.49 0.15 356.25 0.59 0.63
Hex D8 68 6F 0 34 31 F 164 3B 3F
Octal 330 150 157 0 64 61 17 544 73 77
Binary 11011000 1101000 1101111 0 110100 110001 1111 101100100 111011 111111

Color Harmonies of #D8686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8686F

Black with #D8686F

Text Example


Text Example

White with #D8686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8686F; }

 p { color: rgb(216,104,111); }

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

background-color css

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

 a { background-color: rgb(216,104,111); }

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

border-color css

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

 span { border-color: rgb(216,104,111); }

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