Html Css Color HEX #D86170 Froly

📋 copy color: '#D86170'

red 216 ◦ green 97 ◦ blue 112

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

Shades of Froly #D86170

Tints of Froly #D86170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 50.82%
G = 22.82%
B = 26.35%

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

#D86170 (or 0xD86170) is known color: Froly. HEX triplet: D8, 61 and 70. RGB value is (216,97,112). Sum of RGB (Red+Green+Blue) = 216+97+112=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D86170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86170 is #279E8F. Grayscale: #868686. Windows color (decimal): -2596496 or 7365080. OLE color: 7365080.

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

Color convert

RGB 216 97 112 -
CMYK 0 0.55 0.48 0.15
HSL 352.44º 0.6% 0.61% -
HSV(B) 352.44º 0.55% 0.85% -
XYZ 35.52 24.32 18.15 -
YUV 134.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 216 97 112 0 0.55 0.48 0.15 352.44 0.6 0.61
Hex D8 61 70 0 37 30 F 160 3C 3D
Octal 330 141 160 0 67 60 17 540 74 75
Binary 11011000 1100001 1110000 0 110111 110000 1111 101100000 111100 111101

Color Harmonies of #D86170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86170

Black with #D86170

Text Example


Text Example

White with #D86170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86170; }

 p { color: rgb(216,97,112); }

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

background-color css

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

 a { background-color: rgb(216,97,112); }

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

border-color css

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

 span { border-color: rgb(216,97,112); }

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