#DC5E6B

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

Shades of Froly #DC5E6B

Tints of Froly #DC5E6B

Color information

#DC5E6B (or 0xDC5E6B) is unknown color: approx Froly. HEX triplet: DC, 5E and 6B. RGB value is (220,94,107). Sum of RGB (Red+Green+Blue) = 220+94+107=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6B is #23A194. Grayscale: #858585. Windows color (decimal): -2335125 or 7036636. OLE color: 7036636.

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

Color convert

RGB22094107-
CMYK00.570.510.14
HSL353.81º64.29%61.57%-
HSV(B)353.81º57.27%86.27%-
XYZ36.1724.2816.69-
YUV133.16113.24189.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=52.26%
G=22.33%
B=25.42%

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
Decimal2209410700.570.510.14353.8164.2961.57
HexDC5E6B03933E162403e
Octal334136153071631654210076
Binary1101110010111101101011011100111001111101011000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5E6B; }

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

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

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

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

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

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

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

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