Html Css Color HEX #D86175 Froly

📋 copy color: '#D86175'

red 216 ◦ green 97 ◦ blue 117

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

Shades of Froly #D86175

Tints of Froly #D86175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 50.23%
G = 22.56%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D86175 (or 0xD86175) is known color: Froly. HEX triplet: D8, 61 and 75. RGB value is (216,97,117). Sum of RGB (Red+Green+Blue) = 216+97+117=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86175 is #279E8A. Grayscale: #868686. Windows color (decimal): -2596491 or 7692760. OLE color: 7692760.

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

Color convert

RGB 216 97 117 -
CMYK 0 0.55 0.46 0.15
HSL 349.92º 0.6% 0.61% -
HSV(B) 349.92º 0.55% 0.85% -
XYZ 35.8 24.43 19.66 -
YUV 134.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 216 97 117 0 0.55 0.46 0.15 349.92 0.6 0.61
Hex D8 61 75 0 37 2E F 15E 3C 3D
Octal 330 141 165 0 67 56 17 536 74 75
Binary 11011000 1100001 1110101 0 110111 101110 1111 101011110 111100 111101

Color Harmonies of #D86175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86175

Black with #D86175

Text Example


Text Example

White with #D86175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86175; }

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

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

background-color css

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

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

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

border-color css

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

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

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