#D56678

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

Shades of Froly #D56678

Tints of Froly #D56678

Color information

#D56678 (or 0xD56678) is unknown color: approx Froly. HEX triplet: D5, 66 and 78. RGB value is (213,102,120). Sum of RGB (Red+Green+Blue) = 213+102+120=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56678 is #2A9987. Grayscale: #898989. Windows color (decimal): -2791816 or 7890645. OLE color: 7890645.

HSL color Cylindrical-coordinate representation of color #D56678: hue angle of 350.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56678 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213102120-
CMYK00.520.440.16
HSL350.27º56.92%61.76%-
HSV(B)350.27º52.11%83.53%-
XYZ35.582520.72-
YUV137.24118.27182.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=48.97%
G=23.45%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310212000.520.440.16350.2756.9261.76
HexD566780342C1015e393e
Octal32514617006454205367176
Binary1101010111001101111000011010010110010000101011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56678; }

 p { color: rgb(213,102,120); }

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

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

 a { background-color: rgb(213,102,120); }

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

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

 span { border-color: rgb(213,102,120); }

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