#D9767D

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

Shades of Froly #D9767D

Tints of Froly #D9767D

Color information

#D9767D (or 0xD9767D) is unknown color: approx Froly. HEX triplet: D9, 76 and 7D. RGB value is (217,118,125). Sum of RGB (Red+Green+Blue) = 217+118+125=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9767D is #268982. Grayscale: #949494. Windows color (decimal): -2525571 or 8222425. OLE color: 8222425.

HSL color Cylindrical-coordinate representation of color #D9767D: hue angle of 355.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9767D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217118125-
CMYK00.460.420.15
HSL355.76º56.57%65.69%-
HSV(B)355.76º45.62%85.1%-
XYZ38.829.1922.99-
YUV148.4114.8176.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=47.17%
G=25.65%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711812500.460.420.15355.7656.5765.69
HexD9767D02E2AF1643942
Octal331166175056521754471102
Binary1101100111101101111101010111010101011111011001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9767D; }

 p { color: rgb(217,118,125); }

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

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

 a { background-color: rgb(217,118,125); }

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

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

 span { border-color: rgb(217,118,125); }

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