#DC5E6D

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

Shades of Froly #DC5E6D

Tints of Froly #DC5E6D

Color information

#DC5E6D (or 0xDC5E6D) is unknown color: approx Froly. HEX triplet: DC, 5E and 6D. RGB value is (220,94,109). Sum of RGB (Red+Green+Blue) = 220+94+109=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6D is #23A192. Grayscale: #858585. Windows color (decimal): -2335123 or 7167708. OLE color: 7167708.

HSL color Cylindrical-coordinate representation of color #DC5E6D: hue angle of 352.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E6D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB22094109-
CMYK00.570.500.14
HSL352.86º64.29%61.57%-
HSV(B)352.86º57.27%86.27%-
XYZ36.2824.3317.25-
YUV133.38114.24189.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=52.01%
G=22.22%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209410900.570.500.14352.8664.2961.57
HexDC5E6D03932E161403e
Octal334136155071621654110076
Binary1101110010111101101101011100111001011101011000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5E6D; }

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

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

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

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

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

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

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

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