#D16975

Color #D16975 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D16975

Tints of Froly #D16975

Color information

#D16975 (or 0xD16975) is unknown color: approx Froly. HEX triplet: D1, 69 and 75. RGB value is (209,105,117). Sum of RGB (Red+Green+Blue) = 209+105+117=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D16975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16975 is #2E968A. Grayscale: #898989. Windows color (decimal): -3053195 or 7694801. OLE color: 7694801.

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

Color convert

RGB209105117-
CMYK00.500.440.18
HSL353.08º53.06%61.57%-
HSV(B)353.08º49.76%81.96%-
XYZ34.5624.9419.82-
YUV137.46116.46179.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=48.49%
G=24.36%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910511700.500.440.18353.0853.0661.57
HexD169750322C12161353e
Octal32115116506254225416576
Binary1101000111010011110101011001010110010010101100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16975; }

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

 H1.HeaderClassName
 {
   color: #D16975;
 }
 .AnyTagClassName
 {
   color: #D16975;
 }
</style>
background-color css

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

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

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

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

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

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