Html Css Color HEX #D8757A Froly

📋 copy color: '#D8757A'

red 216 ◦ green 117 ◦ blue 122

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

Shades of Froly #D8757A

Tints of Froly #D8757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.81%

R = 47.47%
G = 25.71%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8757A (or 0xD8757A) is known color: Froly. HEX triplet: D8, 75 and 7A. RGB value is (216,117,122). Sum of RGB (Red+Green+Blue) = 216+117+122=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757A is #278A85. Grayscale: #939393. Windows color (decimal): -2591366 or 8025560. OLE color: 8025560.

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

Color convert

RGB 216 117 122 -
CMYK 0 0.46 0.44 0.15
HSL 356.97º 0.56% 0.65% -
HSV(B) 356.97º 0.46% 0.85% -
XYZ 38.19 28.73 21.94 -
YUV 147.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 216 117 122 0 0.46 0.44 0.15 356.97 0.56 0.65
Hex D8 75 7A 0 2E 2C F 165 38 41
Octal 330 165 172 0 56 54 17 545 70 101
Binary 11011000 1110101 1111010 0 101110 101100 1111 101100101 111000 1000001

Color Harmonies of #D8757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8757A

Black with #D8757A

Text Example


Text Example

White with #D8757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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