#D5727D

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

Shades of Froly #D5727D

Tints of Froly #D5727D

Color information

#D5727D (or 0xD5727D) is unknown color: approx Froly. HEX triplet: D5, 72 and 7D. RGB value is (213,114,125). Sum of RGB (Red+Green+Blue) = 213+114+125=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5727D is #2A8D82. Grayscale: #909090. Windows color (decimal): -2788739 or 8221397. OLE color: 8221397.

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

Color convert

RGB213114125-
CMYK00.460.410.16
HSL353.33º54.1%64.12%-
HSV(B)353.33º46.48%83.53%-
XYZ37.1627.6622.78-
YUV144.85116.8176.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=47.12%
G=25.22%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311412500.460.410.16353.3354.164.12
HexD5727D02E29101613640
Octal325162175056512054166100
Binary11010101111001011111010101110101001100001011000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5727D; }

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

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

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

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

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

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

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

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