#DE5E6D

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

Shades of Froly #DE5E6D

Tints of Froly #DE5E6D

Color information

#DE5E6D (or 0xDE5E6D) is unknown color: approx Froly. HEX triplet: DE, 5E and 6D. RGB value is (222,94,109). Sum of RGB (Red+Green+Blue) = 222+94+109=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E6D is #21A192. Grayscale: #868686. Windows color (decimal): -2204051 or 7167710. OLE color: 7167710.

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

Color convert

RGB22294109-
CMYK00.580.510.13
HSL352.97º65.98%61.96%-
HSV(B)352.97º57.66%87.06%-
XYZ36.8924.6417.28-
YUV133.98113.91190.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=52.24%
G=22.12%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229410900.580.510.13352.9765.9861.96
HexDE5E6D03A33D161423e
Octal336136155072631554110276
Binary1101111010111101101101011101011001111011011000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E6D; }

 p { color: rgb(222,94,109); }

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

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

 a { background-color: rgb(222,94,109); }

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

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

 span { border-color: rgb(222,94,109); }

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