#D26C78

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

Shades of Froly #D26C78

Tints of Froly #D26C78

Color information

#D26C78 (or 0xD26C78) is unknown color: approx Froly. HEX triplet: D2, 6C and 78. RGB value is (210,108,120). Sum of RGB (Red+Green+Blue) = 210+108+120=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C78 is #2D9387. Grayscale: #8B8B8B. Windows color (decimal): -2986888 or 7892178. OLE color: 7892178.

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

Color convert

RGB210108120-
CMYK00.490.430.18
HSL352.94º53.12%62.35%-
HSV(B)352.94º48.57%82.35%-
XYZ35.3325.7820.88-
YUV139.87116.79178.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=47.95%
G=24.66%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010812000.490.430.18352.9453.1262.35
HexD26C780312B12161353e
Octal32215417006153225416576
Binary1101001011011001111000011000110101110010101100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C78; }

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

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

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

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

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

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

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

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