#D66376

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

Shades of Froly #D66376

Tints of Froly #D66376

Color information

#D66376 (or 0xD66376) is unknown color: approx Froly. HEX triplet: D6, 63 and 76. RGB value is (214,99,118). Sum of RGB (Red+Green+Blue) = 214+99+118=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66376 is #299C89. Grayscale: #878787. Windows color (decimal): -2727050 or 7758806. OLE color: 7758806.

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

Color convert

RGB21499118-
CMYK00.540.450.16
HSL350.09º58.38%61.37%-
HSV(B)350.09º53.74%83.92%-
XYZ35.4624.5320-
YUV135.55118.1183.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=49.65%
G=22.97%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149911800.540.450.16350.0958.3861.37
HexD663760362D1015e3a3d
Octal32614316606655205367275
Binary1101011011000111110110011011010110110000101011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66376; }

 p { color: rgb(214,99,118); }

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

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

 a { background-color: rgb(214,99,118); }

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

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

 span { border-color: rgb(214,99,118); }

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