#D5767A

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

Shades of Froly #D5767A

Tints of Froly #D5767A

Color information

#D5767A (or 0xD5767A) is unknown color: approx Froly. HEX triplet: D5, 76 and 7A. RGB value is (213,118,122). Sum of RGB (Red+Green+Blue) = 213+118+122=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5767A is #2A8985. Grayscale: #929292. Windows color (decimal): -2787718 or 8025813. OLE color: 8025813.

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

Color convert

RGB213118122-
CMYK00.450.430.16
HSL357.47º53.07%64.9%-
HSV(B)357.47º44.6%83.53%-
XYZ37.4328.5121.94-
YUV146.86113.97175.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=47.02%
G=26.05%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311812200.450.430.16357.4753.0764.9
HexD5767A02D2B101653541
Octal325166172055532054565101
Binary11010101111011011110100101101101011100001011001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5767A; }

 p { color: rgb(213,118,122); }

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

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

 a { background-color: rgb(213,118,122); }

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

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

 span { border-color: rgb(213,118,122); }

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