#DE5D71

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

Shades of Froly #DE5D71

Tints of Froly #DE5D71

Color information

#DE5D71 (or 0xDE5D71) is unknown color: approx Froly. HEX triplet: DE, 5D and 71. RGB value is (222,93,113). Sum of RGB (Red+Green+Blue) = 222+93+113=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D71 is #21A28E. Grayscale: #858585. Windows color (decimal): -2204303 or 7429598. OLE color: 7429598.

HSL color Cylindrical-coordinate representation of color #DE5D71: hue angle of 350.7º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D71 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22293113-
CMYK00.580.490.13
HSL350.7º66.15%61.76%-
HSV(B)350.7º58.11%87.06%-
XYZ37.0224.5518.41-
YUV133.85116.24190.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=51.87%
G=21.73%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229311300.580.490.13350.766.1561.76
HexDE5D7103A31D15f423e
Octal336135161072611553710276
Binary1101111010111011110001011101011000111011010111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D71; }

 p { color: rgb(222,93,113); }

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

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

 a { background-color: rgb(222,93,113); }

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

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

 span { border-color: rgb(222,93,113); }

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