#DE5D69

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

Shades of Froly #DE5D69

Tints of Froly #DE5D69

Color information

#DE5D69 (or 0xDE5D69) is unknown color: approx Froly. HEX triplet: DE, 5D and 69. RGB value is (222,93,105). Sum of RGB (Red+Green+Blue) = 222+93+105=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D69 is #21A296. Grayscale: #858585. Windows color (decimal): -2204311 or 6905310. OLE color: 6905310.

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

Color convert

RGB22293105-
CMYK00.580.530.13
HSL354.42º66.15%61.76%-
HSV(B)354.42º58.11%87.06%-
XYZ36.5924.3816.14-
YUV132.94112.24191.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.86%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 105 (41.41% from 255) = 25%
R=52.86%
G=22.14%
B=25%

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
Decimal2229310500.580.530.13354.4266.1561.76
HexDE5D6903A35D162423e
Octal336135151072651554210276
Binary1101111010111011101001011101011010111011011000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D69; }

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

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

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

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

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

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

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

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