#DC5E6C

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

Shades of Froly #DC5E6C

Tints of Froly #DC5E6C

Color information

#DC5E6C (or 0xDC5E6C) is unknown color: approx Froly. HEX triplet: DC, 5E and 6C. RGB value is (220,94,108). Sum of RGB (Red+Green+Blue) = 220+94+108=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6C is #23A193. Grayscale: #858585. Windows color (decimal): -2335124 or 7102172. OLE color: 7102172.

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

Color convert

RGB22094108-
CMYK00.570.510.14
HSL353.33º64.29%61.57%-
HSV(B)353.33º57.27%86.27%-
XYZ36.2224.316.97-
YUV133.27113.74189.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=52.13%
G=22.27%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209410800.570.510.14353.3364.2961.57
HexDC5E6C03933E161403e
Octal334136154071631654110076
Binary1101110010111101101100011100111001111101011000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5E6C; }

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

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

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

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

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

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

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

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