Html Css Color HEX #D86271 Froly

📋 copy color: '#D86271'

red 216 ◦ green 98 ◦ blue 113

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

Shades of Froly #D86271

Tints of Froly #D86271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 50.59%
G = 22.95%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86271 (or 0xD86271) is known color: Froly. HEX triplet: D8, 62 and 71. RGB value is (216,98,113). Sum of RGB (Red+Green+Blue) = 216+98+113=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D86271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86271 is #279D8E. Grayscale: #878787. Windows color (decimal): -2596239 or 7430872. OLE color: 7430872.

HSL color Cylindrical-coordinate representation of color #D86271: hue angle of 352.37º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86271 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 113 -
CMYK 0 0.55 0.48 0.15
HSL 352.37º 0.6% 0.62% -
HSV(B) 352.37º 0.55% 0.85% -
XYZ 35.67 24.53 18.48 -
YUV 134.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 216 98 113 0 0.55 0.48 0.15 352.37 0.6 0.62
Hex D8 62 71 0 37 30 F 160 3C 3E
Octal 330 142 161 0 67 60 17 540 74 76
Binary 11011000 1100010 1110001 0 110111 110000 1111 101100000 111100 111110

Color Harmonies of #D86271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86271

Black with #D86271

Text Example


Text Example

White with #D86271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86271; }

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

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

background-color css

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

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

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

border-color css

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

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

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