#D66F7A

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

Shades of Froly #D66F7A

Tints of Froly #D66F7A

Color information

#D66F7A (or 0xD66F7A) is unknown color: approx Froly. HEX triplet: D6, 6F and 7A. RGB value is (214,111,122). Sum of RGB (Red+Green+Blue) = 214+111+122=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F7A is #299085. Grayscale: #8F8F8F. Windows color (decimal): -2723974 or 8024022. OLE color: 8024022.

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

Color convert

RGB214111122-
CMYK00.480.430.16
HSL353.59º55.68%63.73%-
HSV(B)353.59º48.13%83.92%-
XYZ36.9327.0721.69-
YUV143.05116.12178.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=47.87%
G=24.83%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411112200.480.430.16353.5955.6863.73
HexD66F7A0302B101623840
Octal326157172060532054270100
Binary11010110110111111110100110000101011100001011000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F7A; }

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

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

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

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

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

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

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

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