#D26875

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

Shades of Froly #D26875

Tints of Froly #D26875

Color information

#D26875 (or 0xD26875) is unknown color: approx Froly. HEX triplet: D2, 68 and 75. RGB value is (210,104,117). Sum of RGB (Red+Green+Blue) = 210+104+117=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D26875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26875 is #2D978A. Grayscale: #898989. Windows color (decimal): -2987915 or 7694546. OLE color: 7694546.

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

Color convert

RGB210104117-
CMYK00.500.440.18
HSL352.64º54.08%61.57%-
HSV(B)352.64º50.48%82.35%-
XYZ34.7424.8919.8-
YUV137.18116.62179.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=48.72%
G=24.13%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010411700.500.440.18352.6454.0861.57
HexD268750322C12161363e
Octal32215016506254225416676
Binary1101001011010001110101011001010110010010101100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26875; }

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

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

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

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

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

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

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

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