Html Css Color HEX #D8757C Froly

📋 copy color: '#D8757C'

red 216 ◦ green 117 ◦ blue 124

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

Shades of Froly #D8757C

Tints of Froly #D8757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 47.26%
G = 25.6%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8757C (or 0xD8757C) is known color: Froly. HEX triplet: D8, 75 and 7C. RGB value is (216,117,124). Sum of RGB (Red+Green+Blue) = 216+117+124=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757C is #278A83. Grayscale: #939393. Windows color (decimal): -2591364 or 8156632. OLE color: 8156632.

HSL color Cylindrical-coordinate representation of color #D8757C: hue angle of 355.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8757C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 124 -
CMYK 0 0.46 0.43 0.15
HSL 355.76º 0.56% 0.65% -
HSV(B) 355.76º 0.46% 0.85% -
XYZ 38.32 28.78 22.6 -
YUV 147.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 216 117 124 0 0.46 0.43 0.15 355.76 0.56 0.65
Hex D8 75 7C 0 2E 2B F 164 38 41
Octal 330 165 174 0 56 53 17 544 70 101
Binary 11011000 1110101 1111100 0 101110 101011 1111 101100100 111000 1000001

Color Harmonies of #D8757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8757C

Black with #D8757C

Text Example


Text Example

White with #D8757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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