#D26776

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

Shades of Froly #D26776

Tints of Froly #D26776

Color information

#D26776 (or 0xD26776) is unknown color: approx Froly. HEX triplet: D2, 67 and 76. RGB value is (210,103,118). Sum of RGB (Red+Green+Blue) = 210+103+118=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D26776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26776 is #2D9889. Grayscale: #888888. Windows color (decimal): -2988170 or 7759826. OLE color: 7759826.

HSL color Cylindrical-coordinate representation of color #D26776: hue angle of 351.59º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26776 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210103118-
CMYK00.510.440.18
HSL351.59º54.31%61.37%-
HSV(B)351.59º50.95%82.35%-
XYZ34.724.7120.08-
YUV136.7117.45180.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=48.72%
G=23.90%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010311800.510.440.18351.5954.3161.37
HexD267760332C12160363d
Octal32214716606354225406675
Binary1101001011001111110110011001110110010010101100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26776; }

 p { color: rgb(210,103,118); }

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

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

 a { background-color: rgb(210,103,118); }

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

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

 span { border-color: rgb(210,103,118); }

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