Html Css Color HEX #D86478 Froly

📋 copy color: '#D86478'

red 216 ◦ green 100 ◦ blue 120

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

Shades of Froly #D86478

Tints of Froly #D86478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 49.54%
G = 22.94%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D86478 (or 0xD86478) is known color: Froly. HEX triplet: D8, 64 and 78. RGB value is (216,100,120). Sum of RGB (Red+Green+Blue) = 216+100+120=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86478 is #279B87. Grayscale: #898989. Windows color (decimal): -2595720 or 7890136. OLE color: 7890136.

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

Color convert

RGB 216 100 120 -
CMYK 0 0.54 0.44 0.15
HSL 349.66º 0.6% 0.62% -
HSV(B) 349.66º 0.54% 0.85% -
XYZ 36.27 25.07 20.7 -
YUV 136.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 216 100 120 0 0.54 0.44 0.15 349.66 0.6 0.62
Hex D8 64 78 0 36 2C F 15E 3C 3E
Octal 330 144 170 0 66 54 17 536 74 76
Binary 11011000 1100100 1111000 0 110110 101100 1111 101011110 111100 111110

Color Harmonies of #D86478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86478

Black with #D86478

Text Example


Text Example

White with #D86478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86478; }

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

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

background-color css

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

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

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

border-color css

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

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

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