#D66D7A

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

Shades of Froly #D66D7A

Tints of Froly #D66D7A

Color information

#D66D7A (or 0xD66D7A) is unknown color: approx Froly. HEX triplet: D6, 6D and 7A. RGB value is (214,109,122). Sum of RGB (Red+Green+Blue) = 214+109+122=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D7A is #299285. Grayscale: #8D8D8D. Windows color (decimal): -2724486 or 8023510. OLE color: 8023510.

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

Color convert

RGB214109122-
CMYK00.490.430.16
HSL352.57º56.15%63.33%-
HSV(B)352.57º49.07%83.92%-
XYZ36.7126.6421.62-
YUV141.88116.79179.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=48.09%
G=24.49%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410912200.490.430.16352.5756.1563.33
HexD66D7A0312B10161383f
Octal32615517206153205417077
Binary1101011011011011111010011000110101110000101100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D7A; }

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

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

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

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

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

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

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

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