Html Css Color HEX #D86375 Froly

📋 copy color: '#D86375'

red 216 ◦ green 99 ◦ blue 117

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

Shades of Froly #D86375

Tints of Froly #D86375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 50%
G = 22.92%
B = 27.08%

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

#D86375 (or 0xD86375) is known color: Froly. HEX triplet: D8, 63 and 75. RGB value is (216,99,117). Sum of RGB (Red+Green+Blue) = 216+99+117=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86375 is #279C8A. Grayscale: #888888. Windows color (decimal): -2595979 or 7693272. OLE color: 7693272.

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

Color convert

RGB 216 99 117 -
CMYK 0 0.54 0.46 0.15
HSL 350.77º 0.6% 0.62% -
HSV(B) 350.77º 0.54% 0.85% -
XYZ 35.99 24.81 19.72 -
YUV 136.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 216 99 117 0 0.54 0.46 0.15 350.77 0.6 0.62
Hex D8 63 75 0 36 2E F 15F 3C 3E
Octal 330 143 165 0 66 56 17 537 74 76
Binary 11011000 1100011 1110101 0 110110 101110 1111 101011111 111100 111110

Color Harmonies of #D86375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86375

Black with #D86375

Text Example


Text Example

White with #D86375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86375; }

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

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

background-color css

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

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

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

border-color css

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

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

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