Html Css Color HEX #D8727D Froly

📋 copy color: '#D8727D'

red 216 ◦ green 114 ◦ blue 125

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

Shades of Froly #D8727D

Tints of Froly #D8727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 47.47%
G = 25.05%
B = 27.47%

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

#D8727D (or 0xD8727D) is known color: Froly. HEX triplet: D8, 72 and 7D. RGB value is (216,114,125). Sum of RGB (Red+Green+Blue) = 216+114+125=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727D is #278D82. Grayscale: #919191. Windows color (decimal): -2592131 or 8221400. OLE color: 8221400.

HSL color Cylindrical-coordinate representation of color #D8727D: hue angle of 353.53º degrees, saturation: 0.57, 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 #D8727D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 125 -
CMYK 0 0.47 0.42 0.15
HSL 353.53º 0.57% 0.65% -
HSV(B) 353.53º 0.47% 0.85% -
XYZ 38.04 28.11 22.82 -
YUV 145.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 216 114 125 0 0.47 0.42 0.15 353.53 0.57 0.65
Hex D8 72 7D 0 2F 2A F 162 39 41
Octal 330 162 175 0 57 52 17 542 71 101
Binary 11011000 1110010 1111101 0 101111 101010 1111 101100010 111001 1000001

Color Harmonies of #D8727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8727D

Black with #D8727D

Text Example


Text Example

White with #D8727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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