#D5757D

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

Shades of Froly #D5757D

Tints of Froly #D5757D

Color information

#D5757D (or 0xD5757D) is unknown color: approx Froly. HEX triplet: D5, 75 and 7D. RGB value is (213,117,125). Sum of RGB (Red+Green+Blue) = 213+117+125=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5757D is #2A8A82. Grayscale: #929292. Windows color (decimal): -2787971 or 8222165. OLE color: 8222165.

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

Color convert

RGB213117125-
CMYK00.450.410.16
HSL355º53.33%64.71%-
HSV(B)355º45.07%83.53%-
XYZ37.528.3522.9-
YUV146.62115.8175.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=46.81%
G=25.71%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311712500.450.410.1635553.3364.71
HexD5757D02D29101633541
Octal325165175055512054365101
Binary11010101111010111111010101101101001100001011000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5757D; }

 p { color: rgb(213,117,125); }

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

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

 a { background-color: rgb(213,117,125); }

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

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

 span { border-color: rgb(213,117,125); }

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