Html Css Color HEX #D8727C Froly

📋 copy color: '#D8727C'

red 216 ◦ green 114 ◦ blue 124

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

Shades of Froly #D8727C

Tints of Froly #D8727C

RGB

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

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

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

R = 47.58%
G = 25.11%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8727C (or 0xD8727C) is known color: Froly. HEX triplet: D8, 72 and 7C. RGB value is (216,114,124). Sum of RGB (Red+Green+Blue) = 216+114+124=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727C is #278D83. Grayscale: #919191. Windows color (decimal): -2592132 or 8155864. OLE color: 8155864.

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

Color convert

RGB 216 114 124 -
CMYK 0 0.47 0.43 0.15
HSL 354.12º 0.57% 0.65% -
HSV(B) 354.12º 0.47% 0.85% -
XYZ 37.97 28.09 22.49 -
YUV 145.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 216 114 124 0 0.47 0.43 0.15 354.12 0.57 0.65
Hex D8 72 7C 0 2F 2B F 162 39 41
Octal 330 162 174 0 57 53 17 542 71 101
Binary 11011000 1110010 1111100 0 101111 101011 1111 101100010 111001 1000001

Color Harmonies of #D8727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8727C

Black with #D8727C

Text Example


Text Example

White with #D8727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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