Html Css Color HEX #D86978 Froly

📋 copy color: '#D86978'

red 216 ◦ green 105 ◦ blue 120

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

Shades of Froly #D86978

Tints of Froly #D86978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 48.98%
G = 23.81%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D86978 (or 0xD86978) is known color: Froly. HEX triplet: D8, 69 and 78. RGB value is (216,105,120). Sum of RGB (Red+Green+Blue) = 216+105+120=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D86978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86978 is #279687. Grayscale: #8B8B8B. Windows color (decimal): -2594440 or 7891416. OLE color: 7891416.

HSL color Cylindrical-coordinate representation of color #D86978: hue angle of 351.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86978 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 120 -
CMYK 0 0.51 0.44 0.15
HSL 351.89º 0.59% 0.63% -
HSV(B) 351.89º 0.51% 0.85% -
XYZ 36.76 26.06 20.86 -
YUV 139.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 216 105 120 0 0.51 0.44 0.15 351.89 0.59 0.63
Hex D8 69 78 0 33 2C F 160 3B 3F
Octal 330 151 170 0 63 54 17 540 73 77
Binary 11011000 1101001 1111000 0 110011 101100 1111 101100000 111011 111111

Color Harmonies of #D86978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86978

Black with #D86978

Text Example


Text Example

White with #D86978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86978; }

 p { color: rgb(216,105,120); }

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

background-color css

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

 a { background-color: rgb(216,105,120); }

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

border-color css

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

 span { border-color: rgb(216,105,120); }

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