#D66468

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

Shades of Froly #D66468

Tints of Froly #D66468

Color information

#D66468 (or 0xD66468) is unknown color: approx Froly. HEX triplet: D6, 64 and 68. RGB value is (214,100,104). Sum of RGB (Red+Green+Blue) = 214+100+104=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66468 is #299B97. Grayscale: #868686. Windows color (decimal): -2726808 or 6841558. OLE color: 6841558.

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

Color convert

RGB214100104-
CMYK00.530.510.16
HSL357.89º58.16%61.57%-
HSV(B)357.89º53.27%83.92%-
XYZ34.7924.4115.97-
YUV134.54110.77184.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=51.20%
G=23.92%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410010400.530.510.16357.8958.1661.57
HexD6646803533101663a3e
Octal32614415006563205467276
Binary1101011011001001101000011010111001110000101100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66468; }

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

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

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

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

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

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

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

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