#D46678

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

Shades of Froly #D46678

Tints of Froly #D46678

Color information

#D46678 (or 0xD46678) is unknown color: approx Froly. HEX triplet: D4, 66 and 78. RGB value is (212,102,120). Sum of RGB (Red+Green+Blue) = 212+102+120=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D46678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46678 is #2B9987. Grayscale: #888888. Windows color (decimal): -2857352 or 7890644. OLE color: 7890644.

HSL color Cylindrical-coordinate representation of color #D46678: hue angle of 350.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46678 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212102120-
CMYK00.520.430.17
HSL350.18º56.12%61.57%-
HSV(B)350.18º51.89%83.14%-
XYZ35.2924.8620.71-
YUV136.94118.44181.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=48.85%
G=23.50%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210212000.520.430.17350.1856.1261.57
HexD466780342B1115e383e
Octal32414617006453215367076
Binary1101010011001101111000011010010101110001101011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46678; }

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

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

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

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

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

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

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

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