Html Css Color HEX #D7717C Froly

📋 copy color: '#D7717C'

red 215 ◦ green 113 ◦ blue 124

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

Shades of Froly #D7717C

Tints of Froly #D7717C

RGB

 RED value IS 215 (84.38% from 255) = 47.57%

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

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

R = 47.57%
G = 25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7717C (or 0xD7717C) is known color: Froly. HEX triplet: D7, 71 and 7C. RGB value is (215,113,124). Sum of RGB (Red+Green+Blue) = 215+113+124=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7717C is #288E83. Grayscale: #909090. Windows color (decimal): -2657924 or 8155607. OLE color: 8155607.

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

Color convert

RGB 215 113 124 -
CMYK 0 0.47 0.42 0.16
HSL 353.53º 0.56% 0.64% -
HSV(B) 353.53º 0.47% 0.84% -
XYZ 37.57 27.71 22.44 -
YUV 144.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 215 113 124 0 0.47 0.42 0.16 353.53 0.56 0.64
Hex D7 71 7C 0 2F 2A 10 162 38 40
Octal 327 161 174 0 57 52 20 542 70 100
Binary 11010111 1110001 1111100 0 101111 101010 10000 101100010 111000 1000000

Color Harmonies of #D7717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7717C

Black with #D7717C

Text Example


Text Example

White with #D7717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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