#D26A6D

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

Shades of Froly #D26A6D

Tints of Froly #D26A6D

Color information

#D26A6D (or 0xD26A6D) is unknown color: approx Froly. HEX triplet: D2, 6A and 6D. RGB value is (210,106,109). Sum of RGB (Red+Green+Blue) = 210+106+109=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A6D is #2D9592. Grayscale: #898989. Windows color (decimal): -2987411 or 7170770. OLE color: 7170770.

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

Color convert

RGB210106109-
CMYK00.500.480.18
HSL358.27º53.61%61.96%-
HSV(B)358.27º49.52%82.35%-
XYZ34.4925.1117.5-
YUV137.44111.96179.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=49.41%
G=24.94%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010610900.500.480.18358.2753.6161.96
HexD26A6D0323012166363e
Octal32215215506260225466676
Binary1101001011010101101101011001011000010010101100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26A6D; }

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

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

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

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

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

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

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

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