#D26C6D

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

Shades of Froly #D26C6D

Tints of Froly #D26C6D

Color information

#D26C6D (or 0xD26C6D) is unknown color: approx Froly. HEX triplet: D2, 6C and 6D. RGB value is (210,108,109). Sum of RGB (Red+Green+Blue) = 210+108+109=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C6D is #2D9392. Grayscale: #8A8A8A. Windows color (decimal): -2986899 or 7171282. OLE color: 7171282.

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

Color convert

RGB210108109-
CMYK00.490.480.18
HSL359.41º53.12%62.35%-
HSV(B)359.41º48.57%82.35%-
XYZ34.725.5317.57-
YUV138.61111.29178.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=49.18%
G=25.29%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010810900.490.480.18359.4153.1262.35
HexD26C6D0313012167353e
Octal32215415506160225476576
Binary1101001011011001101101011000111000010010101100111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C6D; }

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

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

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

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

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

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

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

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