Html Css Color HEX #D7717A Froly

📋 copy color: '#D7717A'

red 215 ◦ green 113 ◦ blue 122

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

Shades of Froly #D7717A

Tints of Froly #D7717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 47.78%
G = 25.11%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7717A (or 0xD7717A) is known color: Froly. HEX triplet: D7, 71 and 7A. RGB value is (215,113,122). Sum of RGB (Red+Green+Blue) = 215+113+122=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7717A is #288E85. Grayscale: #909090. Windows color (decimal): -2657926 or 8024535. OLE color: 8024535.

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

Color convert

RGB 215 113 122 -
CMYK 0 0.47 0.43 0.16
HSL 354.71º 0.56% 0.64% -
HSV(B) 354.71º 0.47% 0.84% -
XYZ 37.44 27.66 21.78 -
YUV 144.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 215 113 122 0 0.47 0.43 0.16 354.71 0.56 0.64
Hex D7 71 7A 0 2F 2B 10 163 38 40
Octal 327 161 172 0 57 53 20 543 70 100
Binary 11010111 1110001 1111010 0 101111 101011 10000 101100011 111000 1000000

Color Harmonies of #D7717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7717A

Black with #D7717A

Text Example


Text Example

White with #D7717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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