Html Css Color HEX #D86871 Froly

📋 copy color: '#D86871'

red 216 ◦ green 104 ◦ blue 113

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

Shades of Froly #D86871

Tints of Froly #D86871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 49.88%
G = 24.02%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86871 (or 0xD86871) is known color: Froly. HEX triplet: D8, 68 and 71. RGB value is (216,104,113). Sum of RGB (Red+Green+Blue) = 216+104+113=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86871 is #27978E. Grayscale: #8A8A8A. Windows color (decimal): -2594703 or 7432408. OLE color: 7432408.

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

Color convert

RGB 216 104 113 -
CMYK 0 0.52 0.48 0.15
HSL 355.18º 0.59% 0.63% -
HSV(B) 355.18º 0.52% 0.85% -
XYZ 36.25 25.69 18.67 -
YUV 138.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 216 104 113 0 0.52 0.48 0.15 355.18 0.59 0.63
Hex D8 68 71 0 34 30 F 163 3B 3F
Octal 330 150 161 0 64 60 17 543 73 77
Binary 11011000 1101000 1110001 0 110100 110000 1111 101100011 111011 111111

Color Harmonies of #D86871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86871

Black with #D86871

Text Example


Text Example

White with #D86871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86871; }

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

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

background-color css

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

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

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

border-color css

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

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

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