Html Css Color HEX #D86173 Froly

📋 copy color: '#D86173'

red 216 ◦ green 97 ◦ blue 115

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

Shades of Froly #D86173

Tints of Froly #D86173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 50.47%
G = 22.66%
B = 26.87%

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

#D86173 (or 0xD86173) is known color: Froly. HEX triplet: D8, 61 and 73. RGB value is (216,97,115). Sum of RGB (Red+Green+Blue) = 216+97+115=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D86173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86173 is #279E8C. Grayscale: #868686. Windows color (decimal): -2596493 or 7561688. OLE color: 7561688.

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

Color convert

RGB 216 97 115 -
CMYK 0 0.55 0.47 0.15
HSL 350.92º 0.6% 0.61% -
HSV(B) 350.92º 0.55% 0.85% -
XYZ 35.69 24.39 19.05 -
YUV 134.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 216 97 115 0 0.55 0.47 0.15 350.92 0.6 0.61
Hex D8 61 73 0 37 2F F 15F 3C 3D
Octal 330 141 163 0 67 57 17 537 74 75
Binary 11011000 1100001 1110011 0 110111 101111 1111 101011111 111100 111101

Color Harmonies of #D86173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86173

Black with #D86173

Text Example


Text Example

White with #D86173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86173; }

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

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

background-color css

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

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

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

border-color css

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

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

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