#D5727C

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

Shades of Froly #D5727C

Tints of Froly #D5727C

Color information

#D5727C (or 0xD5727C) is unknown color: approx Froly. HEX triplet: D5, 72 and 7C. RGB value is (213,114,124). Sum of RGB (Red+Green+Blue) = 213+114+124=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5727C is #2A8D83. Grayscale: #909090. Windows color (decimal): -2788740 or 8155861. OLE color: 8155861.

HSL color Cylindrical-coordinate representation of color #D5727C: hue angle of 353.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5727C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213114124-
CMYK00.460.420.16
HSL353.94º54.1%64.12%-
HSV(B)353.94º46.48%83.53%-
XYZ37.127.6422.45-
YUV144.74116.3176.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=47.23%
G=25.28%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311412400.460.420.16353.9454.164.12
HexD5727C02E2A101623640
Octal325162174056522054266100
Binary11010101111001011111000101110101010100001011000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5727C; }

 p { color: rgb(213,114,124); }

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

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

 a { background-color: rgb(213,114,124); }

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

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

 span { border-color: rgb(213,114,124); }

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