Html Css Color HEX #D7717D Froly

📋 copy color: '#D7717D'

red 215 ◦ green 113 ◦ blue 125

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

Shades of Froly #D7717D

Tints of Froly #D7717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 47.46%
G = 24.94%
B = 27.59%

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

#D7717D (or 0xD7717D) is known color: Froly. HEX triplet: D7, 71 and 7D. RGB value is (215,113,125). Sum of RGB (Red+Green+Blue) = 215+113+125=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7717D is #288E82. Grayscale: #909090. Windows color (decimal): -2657923 or 8221143. OLE color: 8221143.

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

Color convert

RGB 215 113 125 -
CMYK 0 0.47 0.42 0.16
HSL 352.94º 0.56% 0.64% -
HSV(B) 352.94º 0.47% 0.84% -
XYZ 37.63 27.74 22.77 -
YUV 144.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 215 113 125 0 0.47 0.42 0.16 352.94 0.56 0.64
Hex D7 71 7D 0 2F 2A 10 161 38 40
Octal 327 161 175 0 57 52 20 541 70 100
Binary 11010111 1110001 1111101 0 101111 101010 10000 101100001 111000 1000000

Color Harmonies of #D7717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7717D

Black with #D7717D

Text Example


Text Example

White with #D7717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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