Html Css Color HEX #D16972 Froly

📋 copy color: '#D16972'

red 209 ◦ green 105 ◦ blue 114

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

Shades of Froly #D16972

Tints of Froly #D16972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

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

R = 48.83%
G = 24.53%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16972 (or 0xD16972) is known color: Froly. HEX triplet: D1, 69 and 72. RGB value is (209,105,114). Sum of RGB (Red+Green+Blue) = 209+105+114=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D16972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16972 is #2E968D. Grayscale: #898989. Windows color (decimal): -3053198 or 7498193. OLE color: 7498193.

HSL color Cylindrical-coordinate representation of color #D16972: hue angle of 354.81º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16972 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 114 -
CMYK 0 0.50 0.45 0.18
HSL 354.81º 0.53% 0.62% -
HSV(B) 354.81º 0.5% 0.82% -
XYZ 34.38 24.87 18.91 -
YUV 137.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 209 105 114 0 0.50 0.45 0.18 354.81 0.53 0.62
Hex D1 69 72 0 32 2D 12 163 35 3E
Octal 321 151 162 0 62 55 22 543 65 76
Binary 11010001 1101001 1110010 0 110010 101101 10010 101100011 110101 111110

Color Harmonies of #D16972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16972

Black with #D16972

Text Example


Text Example

White with #D16972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16972; }

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

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

background-color css

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

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

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

border-color css

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

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

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