#D66D75

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

Shades of Froly #D66D75

Tints of Froly #D66D75

Color information

#D66D75 (or 0xD66D75) is unknown color: approx Froly. HEX triplet: D6, 6D and 75. RGB value is (214,109,117). Sum of RGB (Red+Green+Blue) = 214+109+117=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D75 is #29928A. Grayscale: #8D8D8D. Windows color (decimal): -2724491 or 7695830. OLE color: 7695830.

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

Color convert

RGB214109117-
CMYK00.490.450.16
HSL355.43º56.15%63.33%-
HSV(B)355.43º49.07%83.92%-
XYZ36.4126.5220.03-
YUV141.31114.29179.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=48.64%
G=24.77%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410911700.490.450.16355.4356.1563.33
HexD66D750312D10163383f
Octal32615516506155205437077
Binary1101011011011011110101011000110110110000101100011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D75; }

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

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

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

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

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

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

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

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