Html Css Color HEX #D8737D Froly

📋 copy color: '#D8737D'

red 216 ◦ green 115 ◦ blue 125

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

Shades of Froly #D8737D

Tints of Froly #D8737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 47.37%
G = 25.22%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8737D (or 0xD8737D) is known color: Froly. HEX triplet: D8, 73 and 7D. RGB value is (216,115,125). Sum of RGB (Red+Green+Blue) = 216+115+125=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8737D is #278C82. Grayscale: #929292. Windows color (decimal): -2591875 or 8221656. OLE color: 8221656.

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

Color convert

RGB 216 115 125 -
CMYK 0 0.47 0.42 0.15
HSL 354.06º 0.56% 0.65% -
HSV(B) 354.06º 0.47% 0.85% -
XYZ 38.15 28.34 22.86 -
YUV 146.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 216 115 125 0 0.47 0.42 0.15 354.06 0.56 0.65
Hex D8 73 7D 0 2F 2A F 162 38 41
Octal 330 163 175 0 57 52 17 542 70 101
Binary 11011000 1110011 1111101 0 101111 101010 1111 101100010 111000 1000001

Color Harmonies of #D8737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8737D

Black with #D8737D

Text Example


Text Example

White with #D8737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8737D; }

 p { color: rgb(216,115,125); }

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

background-color css

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

 a { background-color: rgb(216,115,125); }

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

border-color css

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

 span { border-color: rgb(216,115,125); }

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