Html Css Color HEX #D8697C Froly

📋 copy color: '#D8697C'

red 216 ◦ green 105 ◦ blue 124

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

Shades of Froly #D8697C

Tints of Froly #D8697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 48.54%
G = 23.6%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8697C (or 0xD8697C) is known color: Froly. HEX triplet: D8, 69 and 7C. RGB value is (216,105,124). Sum of RGB (Red+Green+Blue) = 216+105+124=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8697C is #279683. Grayscale: #8C8C8C. Windows color (decimal): -2594436 or 8153560. OLE color: 8153560.

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

Color convert

RGB 216 105 124 -
CMYK 0 0.51 0.43 0.15
HSL 349.73º 0.59% 0.63% -
HSV(B) 349.73º 0.51% 0.85% -
XYZ 37.01 26.16 22.17 -
YUV 140.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 216 105 124 0 0.51 0.43 0.15 349.73 0.59 0.63
Hex D8 69 7C 0 33 2B F 15E 3B 3F
Octal 330 151 174 0 63 53 17 536 73 77
Binary 11011000 1101001 1111100 0 110011 101011 1111 101011110 111011 111111

Color Harmonies of #D8697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8697C

Black with #D8697C

Text Example


Text Example

White with #D8697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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