#D7616E

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

Shades of Froly #D7616E

Tints of Froly #D7616E

Color information

#D7616E (or 0xD7616E) is unknown color: approx Froly. HEX triplet: D7, 61 and 6E. RGB value is (215,97,110). Sum of RGB (Red+Green+Blue) = 215+97+110=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7616E is #289E91. Grayscale: #858585. Windows color (decimal): -2662034 or 7234007. OLE color: 7234007.

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

Color convert

RGB21597110-
CMYK00.550.490.16
HSL353.39º59.6%61.18%-
HSV(B)353.39º54.88%84.31%-
XYZ35.1124.1217.56-
YUV133.76114.59185.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=50.95%
G=22.99%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159711000.550.490.16353.3959.661.18
HexD7616E03731101613c3d
Octal32714115606761205417475
Binary1101011111000011101110011011111000110000101100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7616E; }

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

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

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

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

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

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

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

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