#D26D71

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

Shades of Froly #D26D71

Tints of Froly #D26D71

Color information

#D26D71 (or 0xD26D71) is unknown color: approx Froly. HEX triplet: D2, 6D and 71. RGB value is (210,109,113). Sum of RGB (Red+Green+Blue) = 210+109+113=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D71 is #2D928E. Grayscale: #8B8B8B. Windows color (decimal): -2986639 or 7433682. OLE color: 7433682.

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

Color convert

RGB210109113-
CMYK00.480.460.18
HSL357.62º52.88%62.55%-
HSV(B)357.62º48.1%82.35%-
XYZ35.0325.8318.76-
YUV139.66112.96178.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=48.61%
G=25.23%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010911300.480.460.18357.6252.8862.55
HexD26D710302E12166353f
Octal32215516106056225466577
Binary1101001011011011110001011000010111010010101100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D71; }

 p { color: rgb(210,109,113); }

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

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

 a { background-color: rgb(210,109,113); }

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

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

 span { border-color: rgb(210,109,113); }

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