Html Css Color HEX #D9717D Froly

📋 copy color: '#D9717D'

red 217 ◦ green 113 ◦ blue 125

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

Shades of Froly #D9717D

Tints of Froly #D9717D

RGB

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

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

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

R = 47.69%
G = 24.84%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9717D (or 0xD9717D) is known color: Froly. HEX triplet: D9, 71 and 7D. RGB value is (217,113,125). Sum of RGB (Red+Green+Blue) = 217+113+125=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9717D is #268E82. Grayscale: #919191. Windows color (decimal): -2526851 or 8221145. OLE color: 8221145.

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

Color convert

RGB 217 113 125 -
CMYK 0 0.48 0.42 0.15
HSL 353.08º 0.58% 0.65% -
HSV(B) 353.08º 0.48% 0.85% -
XYZ 38.22 28.04 22.8 -
YUV 145.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 217 113 125 0 0.48 0.42 0.15 353.08 0.58 0.65
Hex D9 71 7D 0 30 2A F 161 3A 41
Octal 331 161 175 0 60 52 17 541 72 101
Binary 11011001 1110001 1111101 0 110000 101010 1111 101100001 111010 1000001

Color Harmonies of #D9717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9717D

Black with #D9717D

Text Example


Text Example

White with #D9717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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