#dc646c

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

Shades of Froly #DC646C

Tints of Froly #DC646C

Color information

#DC646C (or 0xDC646C) is unknown color: approx Froly. HEX triplet: DC, 64 and 6C. RGB value is (220,100,108). Sum of RGB (Red+Green+Blue) = 220+100+108=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646C is #239B93. Grayscale: #888888. Windows color (decimal): -2333588 or 7103708. OLE color: 7103708.

HSL color Cylindrical-coordinate representation of color #DC646C: hue angle of 356º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC646C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220100108-
CMYK00.550.510.14
HSL356º63.16%62.75%-
HSV(B)356º54.55%86.27%-
XYZ36.7825.4117.15-
YUV136.79111.76187.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=51.40%
G=23.36%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010010800.550.510.1435663.1662.75
HexDC646C03733E1643f3f
Octal33414415406763165447777
Binary110111001100100110110001101111100111110101100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc646c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc646c; }

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

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

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

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

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

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

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

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