Html Css Color HEX #D7717B Froly

📋 copy color: '#D7717B'

red 215 ◦ green 113 ◦ blue 123

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

Shades of Froly #D7717B

Tints of Froly #D7717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 47.67%
G = 25.06%
B = 27.27%

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

#D7717B (or 0xD7717B) is known color: Froly. HEX triplet: D7, 71 and 7B. RGB value is (215,113,123). Sum of RGB (Red+Green+Blue) = 215+113+123=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7717B is #288E84. Grayscale: #909090. Windows color (decimal): -2657925 or 8090071. OLE color: 8090071.

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

Color convert

RGB 215 113 123 -
CMYK 0 0.47 0.43 0.16
HSL 354.12º 0.56% 0.64% -
HSV(B) 354.12º 0.47% 0.84% -
XYZ 37.5 27.69 22.11 -
YUV 144.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 215 113 123 0 0.47 0.43 0.16 354.12 0.56 0.64
Hex D7 71 7B 0 2F 2B 10 162 38 40
Octal 327 161 173 0 57 53 20 542 70 100
Binary 11010111 1110001 1111011 0 101111 101011 10000 101100010 111000 1000000

Color Harmonies of #D7717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7717B

Black with #D7717B

Text Example


Text Example

White with #D7717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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