#D66F7D

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

Shades of Froly #D66F7D

Tints of Froly #D66F7D

Color information

#D66F7D (or 0xD66F7D) is unknown color: approx Froly. HEX triplet: D6, 6F and 7D. RGB value is (214,111,125). Sum of RGB (Red+Green+Blue) = 214+111+125=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F7D is #299082. Grayscale: #8F8F8F. Windows color (decimal): -2723971 or 8220630. OLE color: 8220630.

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

Color convert

RGB214111125-
CMYK00.480.420.16
HSL351.84º55.68%63.73%-
HSV(B)351.84º48.13%83.92%-
XYZ37.1227.1522.69-
YUV143.39117.62178.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=47.56%
G=24.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411112500.480.420.16351.8455.6863.73
HexD66F7D0302A101603840
Octal326157175060522054070100
Binary11010110110111111111010110000101010100001011000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F7D; }

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

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

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

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

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

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

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

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