Html Css Color HEX #D9717C Froly

📋 copy color: '#D9717C'

red 217 ◦ green 113 ◦ blue 124

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

Shades of Froly #D9717C

Tints of Froly #D9717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

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

R = 47.8%
G = 24.89%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9717C (or 0xD9717C) is known color: Froly. HEX triplet: D9, 71 and 7C. RGB value is (217,113,124). Sum of RGB (Red+Green+Blue) = 217+113+124=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9717C is #268E83. Grayscale: #919191. Windows color (decimal): -2526852 or 8155609. OLE color: 8155609.

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

Color convert

RGB 217 113 124 -
CMYK 0 0.48 0.43 0.15
HSL 353.65º 0.58% 0.65% -
HSV(B) 353.65º 0.48% 0.85% -
XYZ 38.16 28.02 22.47 -
YUV 145.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 217 113 124 0 0.48 0.43 0.15 353.65 0.58 0.65
Hex D9 71 7C 0 30 2B F 162 3A 41
Octal 331 161 174 0 60 53 17 542 72 101
Binary 11011001 1110001 1111100 0 110000 101011 1111 101100010 111010 1000001

Color Harmonies of #D9717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9717C

Black with #D9717C

Text Example


Text Example

White with #D9717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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