#D26878

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

Shades of Froly #D26878

Tints of Froly #D26878

Color information

#D26878 (or 0xD26878) is unknown color: approx Froly. HEX triplet: D2, 68 and 78. RGB value is (210,104,120). Sum of RGB (Red+Green+Blue) = 210+104+120=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26878 is #2D9787. Grayscale: #898989. Windows color (decimal): -2987912 or 7891154. OLE color: 7891154.

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

Color convert

RGB210104120-
CMYK00.500.430.18
HSL350.94º54.08%61.57%-
HSV(B)350.94º50.48%82.35%-
XYZ34.9224.9620.75-
YUV137.52118.12179.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=48.39%
G=23.96%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010412000.500.430.18350.9454.0861.57
HexD268780322B1215f363e
Octal32215017006253225376676
Binary1101001011010001111000011001010101110010101011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26878; }

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

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

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

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

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

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

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

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