Html Css Color HEX #D86371 Froly

📋 copy color: '#D86371'

red 216 ◦ green 99 ◦ blue 113

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

Shades of Froly #D86371

Tints of Froly #D86371

RGB

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

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

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

R = 50.47%
G = 23.13%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86371 (or 0xD86371) is known color: Froly. HEX triplet: D8, 63 and 71. RGB value is (216,99,113). Sum of RGB (Red+Green+Blue) = 216+99+113=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D86371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86371 is #279C8E. Grayscale: #878787. Windows color (decimal): -2595983 or 7431128. OLE color: 7431128.

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

Color convert

RGB 216 99 113 -
CMYK 0 0.54 0.48 0.15
HSL 352.82º 0.6% 0.62% -
HSV(B) 352.82º 0.54% 0.85% -
XYZ 35.76 24.71 18.51 -
YUV 135.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 216 99 113 0 0.54 0.48 0.15 352.82 0.6 0.62
Hex D8 63 71 0 36 30 F 161 3C 3E
Octal 330 143 161 0 66 60 17 541 74 76
Binary 11011000 1100011 1110001 0 110110 110000 1111 101100001 111100 111110

Color Harmonies of #D86371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86371

Black with #D86371

Text Example


Text Example

White with #D86371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86371; }

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

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

background-color css

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

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

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

border-color css

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

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

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