Html Css Color HEX #D17079 Froly

📋 copy color: '#D17079'

red 209 ◦ green 112 ◦ blue 121

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

Shades of Froly #D17079

Tints of Froly #D17079

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 47.29%
G = 25.34%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D17079 (or 0xD17079) is known color: Froly. HEX triplet: D1, 70 and 79. RGB value is (209,112,121). Sum of RGB (Red+Green+Blue) = 209+112+121=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D17079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17079 is #2E8F86. Grayscale: #8E8E8E. Windows color (decimal): -3051399 or 7958737. OLE color: 7958737.

HSL color Cylindrical-coordinate representation of color #D17079: hue angle of 354.43º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17079 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 121 -
CMYK 0 0.46 0.42 0.18
HSL 354.43º 0.51% 0.63% -
HSV(B) 354.43º 0.46% 0.82% -
XYZ 35.54 26.52 21.34 -
YUV 142.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 209 112 121 0 0.46 0.42 0.18 354.43 0.51 0.63
Hex D1 70 79 0 2E 2A 12 162 33 3F
Octal 321 160 171 0 56 52 22 542 63 77
Binary 11010001 1110000 1111001 0 101110 101010 10010 101100010 110011 111111

Color Harmonies of #D17079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17079

Black with #D17079

Text Example


Text Example

White with #D17079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17079; }

 p { color: rgb(209,112,121); }

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

background-color css

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

 a { background-color: rgb(209,112,121); }

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

border-color css

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

 span { border-color: rgb(209,112,121); }

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