Html Css Color HEX #D86172 Froly

📋 copy color: '#D86172'

red 216 ◦ green 97 ◦ blue 114

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

Shades of Froly #D86172

Tints of Froly #D86172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 50.59%
G = 22.72%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D86172 (or 0xD86172) is known color: Froly. HEX triplet: D8, 61 and 72. RGB value is (216,97,114). Sum of RGB (Red+Green+Blue) = 216+97+114=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D86172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86172 is #279E8D. Grayscale: #868686. Windows color (decimal): -2596494 or 7496152. OLE color: 7496152.

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

Color convert

RGB 216 97 114 -
CMYK 0 0.55 0.47 0.15
HSL 351.43º 0.6% 0.61% -
HSV(B) 351.43º 0.55% 0.85% -
XYZ 35.63 24.36 18.74 -
YUV 134.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 216 97 114 0 0.55 0.47 0.15 351.43 0.6 0.61
Hex D8 61 72 0 37 2F F 15F 3C 3D
Octal 330 141 162 0 67 57 17 537 74 75
Binary 11011000 1100001 1110010 0 110111 101111 1111 101011111 111100 111101

Color Harmonies of #D86172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86172

Black with #D86172

Text Example


Text Example

White with #D86172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86172; }

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

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

background-color css

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

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

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

border-color css

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

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

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