Html Css Color HEX #D17072 Froly

📋 copy color: '#D17072'

red 209 ◦ green 112 ◦ blue 114

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

Shades of Froly #D17072

Tints of Froly #D17072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 48.05%
G = 25.75%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D17072 (or 0xD17072) is known color: Froly. HEX triplet: D1, 70 and 72. RGB value is (209,112,114). Sum of RGB (Red+Green+Blue) = 209+112+114=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D17072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17072 is #2E8F8D. Grayscale: #8D8D8D. Windows color (decimal): -3051406 or 7499985. OLE color: 7499985.

HSL color Cylindrical-coordinate representation of color #D17072: hue angle of 358.76º 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 #D17072 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 114 -
CMYK 0 0.46 0.45 0.18
HSL 358.76º 0.51% 0.63% -
HSV(B) 358.76º 0.46% 0.82% -
XYZ 35.13 26.36 19.16 -
YUV 141.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 209 112 114 0 0.46 0.45 0.18 358.76 0.51 0.63
Hex D1 70 72 0 2E 2D 12 167 33 3F
Octal 321 160 162 0 56 55 22 547 63 77
Binary 11010001 1110000 1110010 0 101110 101101 10010 101100111 110011 111111

Color Harmonies of #D17072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17072

Black with #D17072

Text Example


Text Example

White with #D17072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17072; }

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

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

background-color css

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

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

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

border-color css

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

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

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