Html Css Color HEX #D9717A Froly

📋 copy color: '#D9717A'

red 217 ◦ green 113 ◦ blue 122

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

Shades of Froly #D9717A

Tints of Froly #D9717A

RGB

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

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

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

R = 48.01%
G = 25%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9717A (or 0xD9717A) is known color: Froly. HEX triplet: D9, 71 and 7A. RGB value is (217,113,122). Sum of RGB (Red+Green+Blue) = 217+113+122=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9717A is #268E85. Grayscale: #919191. Windows color (decimal): -2526854 or 8024537. OLE color: 8024537.

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

Color convert

RGB 217 113 122 -
CMYK 0 0.48 0.44 0.15
HSL 354.81º 0.58% 0.65% -
HSV(B) 354.81º 0.48% 0.85% -
XYZ 38.03 27.97 21.81 -
YUV 145.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 217 113 122 0 0.48 0.44 0.15 354.81 0.58 0.65
Hex D9 71 7A 0 30 2C F 163 3A 41
Octal 331 161 172 0 60 54 17 543 72 101
Binary 11011001 1110001 1111010 0 110000 101100 1111 101100011 111010 1000001

Color Harmonies of #D9717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9717A

Black with #D9717A

Text Example


Text Example

White with #D9717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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