#D7646B

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

Shades of Froly #D7646B

Tints of Froly #D7646B

Color information

#D7646B (or 0xD7646B) is unknown color: approx Froly. HEX triplet: D7, 64 and 6B. RGB value is (215,100,107). Sum of RGB (Red+Green+Blue) = 215+100+107=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7646B is #289B94. Grayscale: #878787. Windows color (decimal): -2661269 or 7038167. OLE color: 7038167.

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

Color convert

RGB215100107-
CMYK00.530.500.16
HSL356.35º58.97%61.76%-
HSV(B)356.35º53.49%84.31%-
XYZ35.2424.6216.81-
YUV135.18112.1184.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=50.95%
G=23.70%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510010700.530.500.16356.3558.9761.76
HexD7646B03532101643b3e
Octal32714415306562205447376
Binary1101011111001001101011011010111001010000101100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7646B; }

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

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

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

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

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

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

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

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