#D26C79

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

Shades of Froly #D26C79

Tints of Froly #D26C79

Color information

#D26C79 (or 0xD26C79) is unknown color: approx Froly. HEX triplet: D2, 6C and 79. RGB value is (210,108,121). Sum of RGB (Red+Green+Blue) = 210+108+121=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C79 is #2D9386. Grayscale: #8C8C8C. Windows color (decimal): -2986887 or 7957714. OLE color: 7957714.

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

Color convert

RGB210108121-
CMYK00.490.420.18
HSL352.35º53.12%62.35%-
HSV(B)352.35º48.57%82.35%-
XYZ35.3925.8121.21-
YUV139.98117.29177.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.84%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=47.84%
G=24.60%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010812100.490.420.18352.3553.1262.35
HexD26C790312A12160353e
Octal32215417106152225406576
Binary1101001011011001111001011000110101010010101100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C79; }

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

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

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

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

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

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

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

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