#DE5D68

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

Shades of Froly #DE5D68

Tints of Froly #DE5D68

Color information

#DE5D68 (or 0xDE5D68) is unknown color: approx Froly. HEX triplet: DE, 5D and 68. RGB value is (222,93,104). Sum of RGB (Red+Green+Blue) = 222+93+104=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D68 is #21A297. Grayscale: #848484. Windows color (decimal): -2204312 or 6839774. OLE color: 6839774.

HSL color Cylindrical-coordinate representation of color #DE5D68: hue angle of 354.88º 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 #DE5D68 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22293104-
CMYK00.580.530.13
HSL354.88º66.15%61.76%-
HSV(B)354.88º58.11%87.06%-
XYZ36.5424.3615.87-
YUV132.82111.74191.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=52.98%
G=22.20%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229310400.580.530.13354.8866.1561.76
HexDE5D6803A35D163423e
Octal336135150072651554310276
Binary1101111010111011101000011101011010111011011000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D68; }

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

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

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

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

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

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

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

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