#D7646E

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

Shades of Froly #D7646E

Tints of Froly #D7646E

Color information

#D7646E (or 0xD7646E) is unknown color: approx Froly. HEX triplet: D7, 64 and 6E. RGB value is (215,100,110). Sum of RGB (Red+Green+Blue) = 215+100+110=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7646E is #289B91. Grayscale: #878787. Windows color (decimal): -2661266 or 7234775. OLE color: 7234775.

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

Color convert

RGB215100110-
CMYK00.530.490.16
HSL354.78º58.97%61.76%-
HSV(B)354.78º53.49%84.31%-
XYZ35.424.6917.65-
YUV135.52113.6184.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=50.59%
G=23.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510011000.530.490.16354.7858.9761.76
HexD7646E03531101633b3e
Octal32714415606561205437376
Binary1101011111001001101110011010111000110000101100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7646E; }

 p { color: rgb(215,100,110); }

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

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

 a { background-color: rgb(215,100,110); }

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

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

 span { border-color: rgb(215,100,110); }

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