#DC5E6E

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

Shades of Froly #DC5E6E

Tints of Froly #DC5E6E

Color information

#DC5E6E (or 0xDC5E6E) is unknown color: approx Froly. HEX triplet: DC, 5E and 6E. RGB value is (220,94,110). Sum of RGB (Red+Green+Blue) = 220+94+110=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6E is #23A191. Grayscale: #858585. Windows color (decimal): -2335122 or 7233244. OLE color: 7233244.

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

Color convert

RGB22094110-
CMYK00.570.500.14
HSL352.38º64.29%61.57%-
HSV(B)352.38º57.27%86.27%-
XYZ36.3324.3517.54-
YUV133.5114.74189.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=51.89%
G=22.17%
B=25.94%

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
Decimal2209411000.570.500.14352.3864.2961.57
HexDC5E6E03932E160403e
Octal334136156071621654010076
Binary1101110010111101101110011100111001011101011000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5E6E; }

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

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

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

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

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

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

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

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