#D26E75

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

Shades of Froly #D26E75

Tints of Froly #D26E75

Color information

#D26E75 (or 0xD26E75) is unknown color: approx Froly. HEX triplet: D2, 6E and 75. RGB value is (210,110,117). Sum of RGB (Red+Green+Blue) = 210+110+117=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E75 is #2D918A. Grayscale: #8C8C8C. Windows color (decimal): -2986379 or 7696082. OLE color: 7696082.

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

Color convert

RGB210110117-
CMYK00.480.440.18
HSL355.8º52.63%62.75%-
HSV(B)355.8º47.62%82.35%-
XYZ35.3726.1420.01-
YUV140.7114.63177.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=48.05%
G=25.17%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011011700.480.440.18355.852.6362.75
HexD26E750302C12164353f
Octal32215616506054225446577
Binary1101001011011101110101011000010110010010101100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E75; }

 p { color: rgb(210,110,117); }

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

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

 a { background-color: rgb(210,110,117); }

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

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

 span { border-color: rgb(210,110,117); }

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