#D26C75

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

Shades of Froly #D26C75

Tints of Froly #D26C75

Color information

#D26C75 (or 0xD26C75) is unknown color: approx Froly. HEX triplet: D2, 6C and 75. RGB value is (210,108,117). Sum of RGB (Red+Green+Blue) = 210+108+117=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C75 is #2D938A. Grayscale: #8B8B8B. Windows color (decimal): -2986891 or 7695570. OLE color: 7695570.

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

Color convert

RGB210108117-
CMYK00.490.440.18
HSL354.71º53.12%62.35%-
HSV(B)354.71º48.57%82.35%-
XYZ35.1525.7119.94-
YUV139.52115.29178.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=48.28%
G=24.83%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010811700.490.440.18354.7153.1262.35
HexD26C750312C12163353e
Octal32215416506154225436576
Binary1101001011011001110101011000110110010010101100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C75; }

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

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

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

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

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

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

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

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