#D26777

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

Shades of Froly #D26777

Tints of Froly #D26777

Color information

#D26777 (or 0xD26777) is unknown color: approx Froly. HEX triplet: D2, 67 and 77. RGB value is (210,103,119). Sum of RGB (Red+Green+Blue) = 210+103+119=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D26777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26777 is #2D9888. Grayscale: #888888. Windows color (decimal): -2988169 or 7825362. OLE color: 7825362.

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

Color convert

RGB210103119-
CMYK00.510.430.18
HSL351.03º54.31%61.37%-
HSV(B)351.03º50.95%82.35%-
XYZ34.7624.7320.39-
YUV136.82117.95180.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=48.61%
G=23.84%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010311900.510.430.18351.0354.3161.37
HexD267770332B1215f363d
Octal32214716706353225376675
Binary1101001011001111110111011001110101110010101011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26777; }

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

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

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

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

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

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

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

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