Html Css Color HEX #D9727C Froly

📋 copy color: '#D9727C'

red 217 ◦ green 114 ◦ blue 124

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

Shades of Froly #D9727C

Tints of Froly #D9727C

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

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

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

R = 47.69%
G = 25.05%
B = 27.25%

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

#D9727C (or 0xD9727C) is known color: Froly. HEX triplet: D9, 72 and 7C. RGB value is (217,114,124). Sum of RGB (Red+Green+Blue) = 217+114+124=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9727C is #268D83. Grayscale: #929292. Windows color (decimal): -2526596 or 8155865. OLE color: 8155865.

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

Color convert

RGB 217 114 124 -
CMYK 0 0.47 0.43 0.15
HSL 354.17º 0.58% 0.65% -
HSV(B) 354.17º 0.47% 0.85% -
XYZ 38.27 28.24 22.5 -
YUV 145.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 217 114 124 0 0.47 0.43 0.15 354.17 0.58 0.65
Hex D9 72 7C 0 2F 2B F 162 3A 41
Octal 331 162 174 0 57 53 17 542 72 101
Binary 11011001 1110010 1111100 0 101111 101011 1111 101100010 111010 1000001

Color Harmonies of #D9727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9727C

Black with #D9727C

Text Example


Text Example

White with #D9727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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