#D6717A

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

Shades of Froly #D6717A

Tints of Froly #D6717A

Color information

#D6717A (or 0xD6717A) is unknown color: approx Froly. HEX triplet: D6, 71 and 7A. RGB value is (214,113,122). Sum of RGB (Red+Green+Blue) = 214+113+122=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6717A is #298E85. Grayscale: #909090. Windows color (decimal): -2723462 or 8024534. OLE color: 8024534.

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

Color convert

RGB214113122-
CMYK00.470.430.16
HSL354.65º55.19%64.12%-
HSV(B)354.65º47.2%83.92%-
XYZ37.1527.5121.76-
YUV144.23115.46177.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=47.66%
G=25.17%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411312200.470.430.16354.6555.1964.12
HexD6717A02F2B101633740
Octal326161172057532054367100
Binary11010110111000111110100101111101011100001011000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6717A; }

 p { color: rgb(214,113,122); }

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

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

 a { background-color: rgb(214,113,122); }

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

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

 span { border-color: rgb(214,113,122); }

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