#D66474

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

Shades of Froly #D66474

Tints of Froly #D66474

Color information

#D66474 (or 0xD66474) is unknown color: approx Froly. HEX triplet: D6, 64 and 74. RGB value is (214,100,116). Sum of RGB (Red+Green+Blue) = 214+100+116=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66474 is #299B8B. Grayscale: #878787. Windows color (decimal): -2726796 or 7627990. OLE color: 7627990.

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

Color convert

RGB214100116-
CMYK00.530.460.16
HSL351.58º58.16%61.57%-
HSV(B)351.58º53.27%83.92%-
XYZ35.4424.6719.42-
YUV135.91116.77183.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=49.77%
G=23.26%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410011600.530.460.16351.5858.1661.57
HexD664740352E101603a3e
Octal32614416406556205407276
Binary1101011011001001110100011010110111010000101100000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66474; }

 p { color: rgb(214,100,116); }

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

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

 a { background-color: rgb(214,100,116); }

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

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

 span { border-color: rgb(214,100,116); }

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